日期:2014-05-19 浏览次数:20690 次
OutputFormat format = OutputFormat.createPrettyPrint(); format.setEncoding("GBK"); XMLWriter output = new XMLWriter( new FileWriter( new File("e:/catalog.xml") ),format); output.write(document); output.close();