I have the following code:

DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(xmlFile);

How can I get it to parse XML contained within a String instead of a file?

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *