Render an url of type ?x=1&y=2 with xslt
Posted
by Josemalive
on Stack Overflow
See other posts from Stack Overflow
or by Josemalive
Published on 2010-05-28T07:58:35Z
Indexed on
2010/05/28
8:01 UTC
Read the original article
Hit count: 270
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
© Stack Overflow or respective owner