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