I'm finishing up an ejbc Task for iPlanet Application Server, but I have a question about the JAXP SAX parser. As part of the task I need to parse some XML, but this won't work when I'm not connected to the network and the XML document includes a reference to a remote DTD. I've tried turning off validation in the Parser Factory, but I still get an exception when the remote DTD cannot be reached.
I (obviously) haven't used JAXP before--am I missing something simple? Greg
