Hi, is there a way to prevent JDOM from parsing the systemID in the doctype? The systemID is a URL to the web. But on parsing time I cannot connect to the web and I do not need to validate the XML file. I tried to set the validation of the SAXBuilder to false, but it did not solve my problem. Thanks for any advice you can give me. Sandro