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