I committed this patch which does two things: fixes a problem whereby Xerces did not support an asynchronous DOM LS parser, and works around a problem with the URLs specified in XML system IDs.

Note, this is only a workaround and will probably not solve all problems trying to integrate Xerces with the Classpath XML framework. However it should at least reduce the size of stacktraces and make the URL problems easier to identify.

2007-02-06  Chris Burdess  <[EMAIL PROTECTED]>

    Fixes PR 27710.
* gnu/xml/dom/DomDocumentBuilderFactory.java: Fall back to synchronous
      LSParser if implementation does not support asynchronous.
    * gnu/xml/stream/XMLParser.java,
      gnu/xml/stream/XIncludeFilter.java: Use custom code instead of
java.net.URL to resolve to an an absolute URI, to avoid nonexistent
      protocol handler problems.

Attachment: patch
Description: Binary data

Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to