Re: [xsl] amp and &

Subject: Re: [xsl] amp and &
From: "Kurt Cagle" <cagle@xxxxxxxxx>
Date: Thu, 26 Dec 2002 20:04:07 -0800
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@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
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


Current Thread