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 trouble getting an &
symbol to show up in XSLT. If I just type &
with no tags around it, there is a problem rendering the XSLT document. If I type &
with no tags around it, then the output of the document is &
with no change. If I type <xsl:value-of select="&" />
or <xsl:value-of select="&" />
I also get an error. Is this possible? Note: I have also tried &amp;
with no success.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…