My XSL file contains a line like this.
Click <a href="<xsl:value-of select=""/ROOT/QUERYSTRING""/>"> here </a>
to continue...
The value "/ROOT/QUERYSTRING" is populated from a XML which would be any arbitrary URL.
But when I run the transformation, it's throwing an XSLT Compile Error at the line, href = "<xsl
stating,
"< is unexpected char."
Am I missing any escape chars or something?