[jdom-interest] Bypassing Fetching DTD on JDom

philip.nelson at omniresources.com philip.nelson at omniresources.com
Thu Sep 28 05:37:36 PDT 2000


>  I tried using "new DOMBuilder(false);" to disable DTD validation but
> still the JDOM api
> persists on fetching that URL.
> 

hmmm... I don't recall that JDOM does anything at all with SYSTEM id's .
Have you tried it with SAXBuilder?  SAXBuilder gets much more attention
because it's faster and less memory intensive.  If I get a chance I'll take
a look at it tonight because I was just writing tests for the DocType class.



More information about the jdom-interest mailing list