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.
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