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]

copy-of and disabling output escaping



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 &lt;whatever&gt: 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]