Subject: Re[2]: CDATA back to its original shape
From: viewga <viewga@xxxxxxxxxxxx>
Date: Thu, 15 Feb 2001 15:20:12 +0200
|
DC> input of <![CDATA[ this <x>xxx</x>]]> produces _exactly_ the same
DC> input to XSL as this <x>xxx</x> so there is no way for an
DC> XSLT engine to distinguish them.
so if you want to output it unescaped you can (and this may be wrong
from the point of view of xsl gurus)
<xsl:text disable-output-encoding="yes"><cdata ...></xsl:text>
--
Best regards,
viewga mailto:viewga@xxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|