How to Convert String to XML using JDOM?
Posted by Grady on Feb 18, 2010 in | 0 comments
Given the following XML in a String that is passed as a parameter with identifier hxml in Servlet:
We want to construct an XML file using JDOM. Here’s the code snippet:
