生成XML文档的时候如何生成注释
比如
在生成的时候,要在顶上加上
<?xml-stylesheet type="text/xsl" title="XSL Formatting" href="show.xsl" media="all"?>
Document document = DocumentHelper.createDocument(); document.addProcessingInstruction("xml-stylesheet", "type=\"text/xsl\" title=\"XSL Formatting\" href=\"show_new_final.xsl\" media=\"all\"");