Brad O'Hearne wrote: > parser.parse(uri) method. In the EntityResolver, I do not know what the uri > to the XML file is -- I only know the uri of the dtd (via the systemId). I
This is a general problem with the EntityResolver interface -- there is no way to know the base system identifier for the entity being resolved. Perhaps this is the original reason why the fully expanded system identifier is passed to the resolveEntity method. -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]
