[Python-Dev] minidom and DOM level 2

"Martin v. Löwis" martin at v.loewis.de
Fri Mar 23 08:45:54 CET 2007


Jason Orendorff schrieb:
> The lib ref claims that minidom supports DOM Level 1.  Does anyone
> know what parts of Level 2 are not implemented? 

Most prominently, minidom only implements the Core module of DOM
level 2, none of Views, Events, Style, Traversal and Range, or
HTML. Whether anything is lacking in DOM Core level 2, I would have
to check in detail.

Regards,
Martin


More information about the Python-Dev mailing list