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

nobody nobody@sourceforge.net
Mon, 12 Mar 2001 10:30:57 -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: Open
Priority: 5
Submitted By: Martin v. Löwis
Assigned to: Fred L. Drake, Jr.
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-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