Re: [xsl] amp and &

Subject: Re: [xsl] amp and &
From: "Nikhil G. Daddikar" <ngd@xxxxxxxxxxx>
Date: Fri, 27 Dec 2002 09:55:38 +0530
That doesn't work

& inside a CDATA still gets converted to &amp;


----- Original Message ----- 
From: "Kurt Cagle" <cagle@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, December 27, 2002 9:34 AM
Subject: Re: [xsl] amp and &


: 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

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


Current Thread