Re: [xml-dev] Problem parsing XML file with Xerces-J

From
Midsummer Sun <>
To
Date
2005-04-01T04:38:41Z
ID
<>
Thread
Re: [xml-dev] Problem parsing XML file with Xerces-J
Sorry this does'nt work! I get the exception: java.net.MalformedURLException

best regards,

<snip/>

Remove the IOException from your method declaration:

public InputSource resolveEntity( String publicId,  String systemId )
throws SAXException {
   return new InputSource();
}

--
Peter Hunsberger