How do I make a link with a querystring in XML?
If I do:
I get told it's invalid XML. I've seen XLink, but not completely sure how to use it. Can anybody help?Code:<a href="filename.asp?KeyToPass=<xsl:value-of select="*[local-name()='key']" disable-output-escaping="yes"/>">
Thanks.


Reply With Quote
CornedBee