XSL Variables/Attributes

webmasterbeta

New Member
I have links set up diesplaying XML data... but, when they are clicked i needit to open the proper node data, depending on its ID... in ASP you couldjust add something like this to the end of the URL: ?ID=123, and it wouldopen that data. How in XSL can I do that?Not sure if this is right, but i need to substitute the "123" with some sortof ID variable.<xsl:if test="@id[.!value()='123']">
 
Back
Top