[Patches] [ python-Patches-432117 ] Updated PullDOM patch

noreply@sourceforge.net noreply@sourceforge.net
Tue, 12 Jun 2001 10:09:16 -0700


Patches item #432117, was updated on 2001-06-11 08:24
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=432117&group_id=5470

Category: XML
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Martin v. Löwis (loewis)
Summary: Updated PullDOM patch

Initial Comment:
Martin, here is an updated patch (see # 423394) for pulldom.py that 
follows the DOM REC regarding namespace declaration attribute 
handling.

In short: namespace declaration attributes are now preserved, and 
the namespaceURI of a namespace decl attribute is 
"http://www.w3.org/2000/xmlns/". The localName is the prefix to 
be mapped, unless it is a plain "xmlns" (default ns declaration), in 
which case the localName is just "xmlns".

I've tested this with a Python 2.1 (final release) install. Let me know if 
you need anything else.

Thanks!

B. Lloyd

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

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