[Python-Dev] minidom and DOM level 2

"Martin v. Löwis" martin at v.loewis.de
Fri Mar 23 09:47:41 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?  I wasn't able to find
> anything offhand.  

I now looked at it closely, and the only thing missing from DOM Level
2 Core (that I could find) is the EntityReference interface, and
Document::createEntityReference. I'm not sure what semantics goes with it.

Regards,
Martin


More information about the Python-Dev mailing list