Hello Mark,
I had the same problem.
You have to disable the property
"http://apache.org/xml/features/nonvalidating/load-external-dtd";.
Ex:
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
factory.setFeature(
"http://apache.org/xml/features/n
Hi, this is my first post here. I'm looking for some help with a
problem. I've been working on some code that invokes Xerces, and I
discovered that this code was not supplying an EntityResolver, even
though there is a catalog-based EntityResolver readily available for it
to use. This code has