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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
