[Patches] [ python-Patches-407965 ] Improve Level 2 conformance of minidom

nobody nobody@sourceforge.net
Tue, 13 Mar 2001 03:02:08 -0800


Patches #407965, was updated on 2001-03-12 10:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=407965&group_id=5470

Category: XML
Group: None
Status: Closed
Priority: 5
Submitted By: Martin v. Löwis
Assigned to: Martin v. Löwis
Summary: Improve Level 2 conformance of minidom

Initial Comment:
This patch fixes a number of minidom bugs that occurred
when trying to port 4XSLT to it:

- addition of a DocumentFragment implementation and
createDocumentFragment method
- proper setting of ownerDocument for all nodes
- setting of namespaceURI to None in Element as a class
attribute
- addition of setAttributeNodeNS and
removeAttributeNodeNS as aliases for setAttributeNode
and removeAttributeNode
- support for inheriting from DOMImplementation to
extend it with additional features (to override the
Document class)

in pulldom:
- support for nodes (comment and PI) that occur before
the document element; that became necessary as pulldom
now delays creation of the document until it has the
document element.

----------------------------------------------------------------------

Comment By: Martin v. Löwis
Date: 2001-03-13 03:02

Message:
Logged In: YES 
user_id=21627

Committed as 1.28 of minidom and 1.20 of pulldom.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr.
Date: 2001-03-12 12:34

Message:
Logged In: YES 
user_id=3066

A quick overview and this look good -- check it in!

----------------------------------------------------------------------

Comment By: Martin v. Löwis
Date: 2001-03-12 10:30

Message:
Logged In: YES 
user_id=21627

Since I can't get upload to work, the patch is at
http://www.informatik.hu-berlin.de/~loewis/mini.diff

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=407965&group_id=5470