Subject: copy-of and disabling output escaping
From: Bill Abbas <babbas@xxxxxxxxxx>
Date: Fri, 18 Feb 2000 16:03:06 -0800
|
Hi,
We have some XML that has embedded HTML inside the XML tags.
When we do an <xsl:copy-of> to move the HTML as a complete fragment, the
html tags get escaped into <whatever>: notation.
We have tried adding <xsl:output cdata-section-elements="..."> to the top of
the transform, but this results in extraneous bracket characters being
inserted into the text.
How can embedded XHTML be transformed via copyof without being escaped?
Thanks,
-Bill
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|