How can I build a JDOM document from a string. I am building a server side web application where I get a XML string and I want to make JDOM object out of this XML string. The DOMBuilder does not have a method I could use for this purpose. A code snipet would be great. Thanks a lot. Nishan