[Lxml-checkins] r44195 - lxml/trunk/src/lxml

scoder at codespeak.net scoder at codespeak.net
Tue Jun 12 19:31:03 CEST 2007


Author: scoder
Date: Tue Jun 12 19:31:03 2007
New Revision: 44195

Modified:
   lxml/trunk/src/lxml/proxy.pxi
Log:
reverted wrong change from rev 43693

Modified: lxml/trunk/src/lxml/proxy.pxi
==============================================================================
--- lxml/trunk/src/lxml/proxy.pxi	(original)
+++ lxml/trunk/src/lxml/proxy.pxi	Tue Jun 12 19:31:03 2007
@@ -56,6 +56,7 @@
     c_new_root = tree.xmlDocCopyNode(c_node, c_doc, 2) # non recursive!
     tree.xmlDocSetRootElement(c_doc, c_new_root)
     _copyParentNamespaces(c_node, c_new_root)
+    _copyParentNamespaces(c_node, c_root)
 
     c_new_root.children = c_node.children
     c_new_root.last = c_node.last


More information about the lxml-checkins mailing list