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 ...