You wouldn't need to read Xerces in any line... you just need to use an org.xml.sax.InputSource which has a properly set system-id.
new InputSource(URL) or new InputSource(File) does make it for you.

Generally such resolution error happen to be when an InputSource(InputStream) is used for which the parser has no way to resolve a relative file.

Maybe that helps ?

paul

Arnaud HERITIER wrote:
Hi Phil,

  Yes, I'll try to find a solution to use maven 1.1 to build the commons.
  I'll certainly need to readd xerces to the core :-( to allow you to use
XML entities.

cheers

arnaud


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to