4748495051525354555657
} Document d = db.parse(document); DOMDocumentSerializer s = new DOMDocumentSerializer(); s.setOutputStream(finf); s.serialize(d); } public void parse(InputStream document, OutputStream finf) throws Exception { parse(document, finf, null); }
4849505152535455565758