Introduction ============ This is a XUpdate Generator to compare any XML document. See for information on XUpdate. Installation ============ python setup install Test ==== python setup test Usage ===== Once you have installed erp5diff, you can use "erp5diff" in a shell:: erp5diff old.xml new.xml Or in a python console:: from ERP5Diff import ERP5Diff erp5diff = ERP5Diff() old_xml = """ """ new_xml = """ """ erp5diff.compare(old_xml, new_xml) erp5diff.output() 5 6 - 2003-12-04, Yoshinori OKUJI - 2009-09-15, Tatuya Kamada - 2009-2011, Nicolas Delaby