Re: [xsl] HTML in CDATA

Subject: Re: [xsl] HTML in CDATA
From: Mike Brown <mike@xxxxxxxx>
Date: Mon, 11 Jun 2001 20:01:01 -0600 (MDT)
Chris Kruse wrote:
> Have you tried using entities instead (i.e. &lt; &gt; )?

Why do you think this would make a difference?

&lt; is exactly the same thing as <![CDATA[<]]> ... it means the character
"<". This character is being escaped upon *output*, when the result tree
is serialized. The input makes no difference.

   - Mike
_____________________________________________________________________________
mike j. brown, software engineer at  |  xml/xslt: http://skew.org/xml/
webb.net in denver, colorado, USA    |  personal: http://hyperreal.org/~mike/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread