[Erp5-report] r30106 - /erp5/trunk/utils/erp5diff/README
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 29 14:20:56 CET 2009
Author: nicolas
Date: Thu Oct 29 14:20:56 2009
New Revision: 30106
URL: http://svn.erp5.org?rev=30106&view=rev
Log:
Output style only
Modified:
erp5/trunk/utils/erp5diff/README
Modified: erp5/trunk/utils/erp5diff/README
URL: http://svn.erp5.org/erp5/trunk/utils/erp5diff/README?rev=30106&r1=30105&r2=30106&view=diff
==============================================================================
--- erp5/trunk/utils/erp5diff/README [utf8] (original)
+++ erp5/trunk/utils/erp5diff/README [utf8] Thu Oct 29 14:20:56 2009
@@ -322,7 +322,8 @@
>>> erp5diff.output()
<xupdate:modifications xmlns:xupdate="http://www.xmldb.org/xupdate" version="1.0">
<xupdate:rename select="/">erp6</xupdate:rename>
- <xupdate:update select="/"><object portal_type="Person" id="313730">
+ <xupdate:update select="/">
+ <object portal_type="Person" id="313730">
<id type="string">313730</id>
<title type="string">Tatuya Kamada</title>
</object>
@@ -737,9 +738,13 @@
<xupdate:element name="title">A</xupdate:element>
</xupdate:append>
<xupdate:insert-after select="/object[3]">
- <xupdate:element name="erp5:object" namespace="http://www.erp5.org/namespaces/erp5_object"><xupdate:attribute name="portal_type">Test</xupdate:attribute><title>B</title>
+ <xupdate:element name="erp5:object" namespace="http://www.erp5.org/namespaces/erp5_object">
+ <xupdate:attribute name="portal_type">Test</xupdate:attribute>
+ <title>B</title>
</xupdate:element>
- <xupdate:element name="object"><xupdate:attribute name="portal_type">Test</xupdate:attribute><prefix:title xmlns:prefix="http://any_uri">C</prefix:title>
+ <xupdate:element name="object">
+ <xupdate:attribute name="portal_type">Test</xupdate:attribute>
+ <prefix:title xmlns:prefix="http://any_uri">C</prefix:title>
</xupdate:element>
</xupdate:insert-after>
</xupdate:modifications>
More information about the Erp5-report
mailing list