我将如何使用 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。