This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients exarkun
Date 2009-01-15.22:34:29
SpamBayes Score 0.005686579
Marked as misclassified No
Message-id <1232058872.83.0.627723376398.issue4955@psf.upfronthosting.co.za>
In-reply-to
Content
The attached program demonstrates that the ContentHandler.skippedEntity
callback is not invoked for all skipped entities.  Specifically, it is
not invoked for those in attribute values.  Additionally, it
demonstrates that when parsing a document with no DOCTYPE, skippedEntity
is not called at all; instead the parser raises an exception about an
"undefined entity".
History
Date User Action Args
2009-01-15 22:34:32exarkunsetrecipients: + exarkun
2009-01-15 22:34:32exarkunsetmessageid: <1232058872.83.0.627723376398.issue4955@psf.upfronthosting.co.za>
2009-01-15 22:34:30exarkunlinkissue4955 messages
2009-01-15 22:34:30exarkuncreate