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 2004/02/05 15:40:12 UTC

DO NOT REPLY [Bug 26685] New: - skiipedEntities are not reported to ContentHandler

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26685>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26685

skiipedEntities are not reported to ContentHandler

           Summary: skiipedEntities are not reported to ContentHandler
           Product: Xerces2-J
           Version: 2.6.1
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: SAX
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: elharo@metalab.unc.edu


Under at least some combinations of features, skipped entities that should be
reported to the skippedEntity method of ContentHandler are not reported. They
are simply ignored. In particular this combination of features skips entities
but does not report that they have been skipped:

xerces.setFeature("http://xml.org/sax/features/external-general-entities",
false);    
xerces.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd",
false);

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org