| xslt help xslt to generate parameters for url |
srizzel

msg:4178297 | 2:03 am on Jul 29, 2010 (gmt 0) | hey guys, i need to know how to get specific values from a xml document using XSLT transformation and use that value(s) as parameter(s) on the url e.g www.abc.com/?id=<value1>&page=<value2> where <value1>, <value1> are values from the xml file. i'll appreciate any help on this cheers srij
|
httpwebwitch

msg:4181524 | 12:29 am on Aug 4, 2010 (gmt 0) | you'll need to use <xsl:value-of>, with an XPATH to the node you want to show. [w3schools.com...]
|
|
|