xsl-list
[Top] [All Lists]

Re: amp and &

2002-12-26 21:04:07
You can wrap the Javascript in a CDATA section (recommended) as follows:

<script language="Javascript">//<![CDATA[

...blah blah & blah blah < blah blah

//]]></script>

The // are Javascript comment elements, basically disabling the CDATA block
from being processed by the Javascript (which occurs after any XSLT
conversions).

-- Kurt Cagle

----- Original Message -----
From: "Nikhil G. Daddikar" <ngd(_at_)celoxis(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Thursday, December 26, 2002 7:55 PM
Subject: [xsl] amp and &


Folks:

How do I disable the conversion of "&" to &amp;

The reason is that the '&' is really JavaScript code that I embed in my
XML file.

Thanks!
Nikhil

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>