xsl-list
[Top] [All Lists]

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

2003-05-28 09:06:11

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



<Prev in Thread] Current Thread [Next in Thread>