Outputting CDATA in XQuery
- by Hans
How would I, using XQuery, transform
<author>John Smith</author>
to
<author><![CDATA[John Smith]]></author>
?
Also, how would I transform
<content><p><em>Hello</em></p></content>
to
<content><![CDATA[<p><em>Hello</em></p>]]></content>
?
If it matters, I am using XSLPalette.app.