Commit aca59c67 authored by Nicolas Delaby's avatar Nicolas Delaby

exclude XUPDATE_DEL

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35827 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 90464f50
...@@ -749,7 +749,7 @@ class ERP5Conduit(XMLSyncUtilsMixin): ...@@ -749,7 +749,7 @@ class ERP5Conduit(XMLSyncUtilsMixin):
new_node.text = xml.text new_node.text = xml.text
new_node.tail = xml.tail new_node.tail = xml.tail
return new_node return new_node
if xml.xpath('name()') in (self.XUPDATE_UPDATE + self.XUPDATE_DEL): if xml.xpath('name()') in (self.XUPDATE_UPDATE):
# This condition seems not used anymore and not efficient # This condition seems not used anymore and not efficient
# Usage of xupdate_processor is recommanded # Usage of xupdate_processor is recommanded
result = u'<' result = u'<'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment