You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Martin Frydl <ma...@idoox.com> on 2001/02/06 17:23:40 UTC

[Patch] Xerces 1.3 cannot handle 'file:xxx' URIs

Hi,

    I encountered problem with parsing files whose source URI (systemId)
is 'file:xxx' without any '/'. They were taken like if there were no
schema. The problem was in org.apache.xerces.utils.URI. Here is simple
patch.

    Martin Frydl