[issue14007] xml.etree.ElementTree - XMLParser and TreeBuilder's doctype() method missing

Eli Bendersky report at bugs.python.org
Tue May 29 15:07:57 CEST 2012


Eli Bendersky <eliben at gmail.com> added the comment:

I'm working on completing this issue. It will be done in stages, with each stage committed as a separate chunk of functionality.

* Make TreeBuilder an actual exported type (subclassable) from _elementtree
* TreeBuilder constructor should accept arguments as documented
* Make XMLParser an actual exported type (subclassable) from _elementtree
* Make XMLParser call doctype on a given target builder, and on itself, as is done in the Python version

The first bullet was implemented and committed --^

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14007>
_______________________________________


More information about the Python-bugs-list mailing list