[XML-SIG] [ pyxml-Patches-487590 ] pDomlette removeAttributeNS typo

noreply@sourceforge.net noreply@sourceforge.net
Fri, 30 Nov 2001 08:59:43 -0800


Patches item #487590, was opened at 2001-11-30 08:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=306473&aid=487590&group_id=6473

Category: 4Suite
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alexandre Fayolle (afayolle)
Assigned to: Mike Olson (mikeolson)
Summary: pDomlette removeAttributeNS typo

Initial Comment:
     def
removeAttributeNS(self,namespaceURI,localname):
-        node =
self.getAttributeNodeNS(namespacesURI,localname)
+        node =
self.getAttributeNodeNS(namespaceURI,localname)
         if node:
             self.removeAttributeNode(node)
         return


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=306473&aid=487590&group_id=6473