From: SourceForge.net <no...@so...> - 2003-10-25 15:37:04
|
Patches item #829721, was opened at 2003-10-24 17:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=829721&group_id=12999 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dan Dennedy (ddennedy) Assigned to: Nobody/Anonymous (nobody) Summary: entity handling for sax parser Initial Comment: This patch allows entity declarations and entity references to be properly resolved within the SAX parser. Please note, in the SAX parser, I set the substitute_entities(true) in the base Parser's context since this is the most sensible default for SAX. Otherwise, entity references will be encoded as &entityReference;. This patch probably does not make much sense outside the context of my use case: using SAX to build a derived DOM. Shall I submit it again as a separate patch? Nevertheless, it is clear that the new Document methods do afford some new features not yet introduced. +-DRD-+ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=829721&group_id=12999 |