Tagged Questions

4
votes
9answers
4k views

XSLT: Cannot get xslt to output an (&) even after escaping the character

I am trying to create a query string of variable assignments separated by the & symbol (ex: "var1=x&var2=y&..."). I plan to pass this string into an embedded flash file. I am having ...
2
votes
3answers
221 views

xsl trying to ouput '<' as opposed to '&lt;'

Update: The issue still persists although it is not quite the same as before. Below is an example of what is being input, what is being output and what I want to have output An example of the input: ...