我使用XMLOutputter编写xml文件,然后在android中使用它。写入文件时,stringText写成<u>Text<u>我从数据库中读取“Text”,然后将其放入jdom文档中。然后我写文档使用XMLOutputteroutputter=newXMLOutputter(Format.getPrettyFormat());Writerwriter=newOutputStreamWriter(newFileOutputStream(file),"utf-8");outputter.output(doc,writer);writer.close();如何防