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[2]: CDATA back to its original shape


DC> input of <![CDATA[ this <x>xxx</x>]]> produces _exactly_ the same
DC> input to XSL as    this &lt;x>xxx&lt;/x&gt;  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@phreaker.net




 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]