Re: [xsl] getting value-of current row in FOR-EACH and passing variable to a hyperlink

Subject: Re: [xsl] getting value-of current row in FOR-EACH and passing variable to a hyperlink
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 May 2003 17:06:11 +0100
your question wasn't at all clear but it seemed like you just want to
add the effect of ProdID=<xsl:value-of select="ProdID"> to the URL in
which case you just want

<a

href="http://munsql01/DCR?SQL=SELECT+*+FROM+DailyView+where+prodDate+=+'5/2

3/2003'+for+xml+auto,elements&amp;xsl=Prodview.xsl&amp;root=ROOTamp;PROD={ProdID}">
<xsl:value-of select="ProdID">
</a>

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread