XQuery を使用してどのように変換しますか
<author>John Smith</author>
に
<author><![CDATA[John Smith]]></author>
?
また、どのように変換しますか
<content><p><em>Hello</em></p></content>
に
<content><![CDATA[<p><em>Hello</em></p>]]></content>
?
問題があれば、私は XSLPalette.app を使用しています。