Re: InputSource-Implementation

2000-02-01 Thread Andy Clark
Armin Pfarr wrote: > I get different results when trying to implement an Entity-resolver > depending on the construction of an InputSource. I think the cause of your problem is that the parser, given a URI that you've created from getClass().getResource(), doesn't know how to resolve that entity.

InputSource-Implementation

2000-01-29 Thread Armin Pfarr
Hi, I get different results when trying to implement an Entity-resolver depending on the construction of an InputSource. 1) When implementing the resolver like public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException { if (publicId != null && publ