23rd May 2005, 1 min read Using XPath in Java without loading the external DTD 2 thoughts on “Using XPath in Java without loading the external DTD” Daniel Lemire says: June 14, 2005 at 12:03 pm Whether or not you validate is not the same as loading the external DTD or not. Doing as you suggest will still result in Java trying to load the external DTD. Anonymous says: June 14, 2005 at 9:08 am Read the API: you just need an dbfact.setValidating(false);
Whether or not you validate is not the same as loading the external DTD or not. Doing as you suggest will still result in Java trying to load the external DTD.
Read the API: you just need an
dbfact.setValidating(false);