lookit constructing a Document using:

<p><pre>
org.jdom.input.SAXBuilder builder = new org.jdom.SAXBuilder(true);

try {

        Document foo = builder.build(someXmlRef);

} catch (org.jdom.JDOMException e) {

        // The DTD parsing failed
}

</p></pre>

/me prays that looks ok
<p><br><hr size=1><b>Do You Yahoo!?</b><br>Get your free Yahoo! address at Yahoo! Mail: <a href="http://mail.yahoo.co.uk/">UK</a> or <a href="http://mail.yahoo.ie/">IE</a>.<br>