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 bu...@apache.org on 2001/09/04 09:24:45 UTC

[DO NOT REPLY: Bug 3392] DeclHandler doesn't receive externalEntityDecl calls

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 neeraj.bajaj@sun.com  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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org