Subject: Re: 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: amp and &
> Folks:
>
> How do I disable the conversion of "&" to &
>
> 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 |
- amp and &
- Nikhil G. Daddikar - Thu, 26 Dec 2002 22:55:49 -0500 (EST)
- Kurt Cagle - Thu, 26 Dec 2002 23:03:46 -0500 (EST) <=
- <Possible follow-ups>
- Passin, Tom - Fri, 27 Dec 2002 10:03:29 -0500 (EST)
|
|