[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: JavaScript error in CDATA section: IE specific


Subject: Re: JavaScript error in CDATA section: IE specific
From: Larry_Mason@xxxxxx
Date: Fri, 7 Apr 2000 11:20:47 -0500


> 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



Current Thread
Keywords
xsl