[XML-SIG] [Bug #125897] PyExpat still uses Expat version 1.1

noreply@sourceforge.net noreply@sourceforge.net
Fri, 15 Dec 2000 06:51:11 -0800


Bug #125897, was updated on 2000-Dec-15 06:51
Here is a current snapshot of the bug.

Project: Python/XML
Category: expat
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: mjpieters
Assigned to : nobody
Summary: PyExpat still uses Expat version 1.1

Details: PyExpat should be upgraded to Expat 1.2.

Expat 1.2 changes adds support for parsing external DTDs and parameter entities.

The xml.dom.ext.PyExpat reader (once unbroken ;)) already supports the additional interface for Expat 1.2 (XML_StartDoctypeDeclHandler -> Reader.startDTD).

This functionailty is needed to parse out the public and system Ids of a <!DOCTYPE> declaration, for example.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=125897&group_id=6473