Fight With Me!!!

导航

创建xml时,设置xml编码问题

OutputFormat format = OutputFormat.createPrettyPrint(); 
   format.setEncoding("GBK"); 
XMLWriter output = new XMLWriter(new FileWriter(new File("c:/catalog.xml")),format); 
output.write(document);

posted on 2016-05-29 16:55  nickTimer  阅读(446)  评论(0编辑  收藏  举报