PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3392 *** shadow/3392 Mon Sep 3 18:21:05 2001 --- shadow/3392.tmp.20179 Tue Sep 4 00:24:45 2001 *************** *** 27,30 **** that the version of externalEntityDecl(...) provided by AbstractSAXParser has only 3 arguments, whereas the correct version given by AbstractXMLDocumentParser has 4. Thus, the calls for external entities fall ! through to AbstractXMLDocumentParser, which discards them. --- 27,44 ---- that the version of externalEntityDecl(...) provided by AbstractSAXParser has only 3 arguments, whereas the correct version given by AbstractXMLDocumentParser has 4. Thus, the calls for external entities fall ! through to AbstractXMLDocumentParser, which discards them. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-04 00:24 ------- ! u have rightly tracked down the problem. I feel somehow it has been left. ! A change in ! AbstractSAXParser:externalEntityDecl(String name, String publicId, ! String systemId) ! to ! AbstractSAXParser:externalEntityDecl(String name, String publicId, ! String systemId,String baseSystemId) ! should be able to pass this call to application.i will post the cvs diff on ! xerces-j-dev. ! Thanks ! ! - Neeraj - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
