This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]