|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: JavaScript error in CDATA section: IE specific
> I'm wondering if someone has experienced a problem with IE, where a character in a CDATA
> section is returned as an entity reference????? Here's my JavaScript code (wrapped in a CDATA
> section, in an XSL Style Sheet):
This is working for me. Maybe it will help you.
Larry
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/TR/REC-html40"
result-ns="">
<xsl:output name="html"/>
...
<![CDATA[
for (var row=2; row<11; row++)
{
for (var col=1; col<time_periods; col++)
{
]]>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








