Code: Select all
<comments><![CDATA[<b>Comments</b>]]></comments>On Google I found the xsl:copy-of technique, which does the job if I don't use CDATA; however the HTML in the comments could easily contain code that would not be XML compatible, so I need to be able mass quote it in the XML without having the comments quoted when they're displayed.
Basically I need to be able to output HTML or Javascript data without having it interpreted by the XML interpreter.