u need jaxp.jar for this.
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder builder = factory.newDocumentBuilder();
Document xmldoc = builder.parse(new ByteArrayInputStream(xml.getBytes()));
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment