Hi,
I want to create an EntityResolver which resolves to a special connection. The input data for documentBuilder.parse() comes from an InputStream which does not have a representation in the file system.
Unfortunately, if my EntityResolver.resolveEntity() is called, the systemId contains a String which points to my local filesystem, so it's hard to get the original entity location... The parser calles my resolver with things like
resolver.resolveEntity(null, "y:\\myCurrentProjectRoot\\doc.dtd");
How can I handle something like this correctly?
Christian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
