Render an url of type ?x=1&y=2 with xslt
- by Josemalive
Hello,
Im trying to print, using a xslt sheet a url but im having problems with the chars = and &:
This is the url that i want to render:
<a href="whatever.aspx?x=1&y=2">whatever</a>
Im getting that "=" is an unexpected token.
How should i have to put the = and the & in a xslt sheet?
Thanks in advance.
Regards.
Jose