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????

That sounds like the expected behaviour of any XML parser, doesn't it?
the input "<![CDATA[ < ]]>" is identical to the input " &lt; "
and when serialising the XML containing that string, a system may
use either form, seeing as they are equivalent.

Some systems, (including the DOM) do carry extra information about
strings coming from CDATA sections, but such information is explictly
not part of the input to an XSL system.

David


 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]