JDOM+XML+XSL输出html时标签的有关问题

JDOM+XML+XSL输出html时标签的问题?xml version1.0 encodingGB2312?rootcontent![CDATA[per

JDOM+XML+XSL输出html时标签的问题
<?xml version="1.0" encoding="GB2312"?>
<root>
<content><![CDATA[<per>ni hao </per>]]></content>
</root>

我想要这个效果,可用Jdom生成Xml文件变成了。

<?xml version="1.0" encoding="GB2312"?>
<root>
<content>&lt;![CDATA[&lt;pre&gt;ni hao &lt;/pre&gt;]]&gt;<content>
</root>
怎么办啊。。求救了。。。。。。。。。。。

[解决办法]
。。。。自动转换掉了哟,关注一下