[Python-Dev] minidom and DOM level 2 (original) (raw)

Jason Orendorff jason.orendorff at gmail.com
Fri Mar 23 13:02:39 CET 2007


On 3/23/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:

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.

OK, I think this is worthwhile then. :) I'll read the spec and submit a patch.

-j



More information about the Python-Dev mailing list