Greg, Have a look at the DescriptorHandler class, in particular the resolveEntity and registerDTD methods.
Conor ----- Original Message ----- From: "Greg Nelson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 1:52 AM Subject: SAX Parsing for ejbc > 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 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
