|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: The old problem of Javascript, XSL and ampersand..
<xsl:output method="xml" omit-xml-declaration="yes" standalone="no"
indent="yes"/>
most likely you want html output not xml (if you are generating html)
<!--
<xsl:text disable-output-escaping="yes">
You want to generate a script element node not text, so don't use
xsl:text at this point, juts have the <script..> literal result element.
to a first approximation you don't _ever_ want to use
disable-output-escaping.
<
Cart








