<theRoot> <child name="Paul"> <child2 name="John"/> <child1 name="Rick" /> </child> </theRoot>The right file[2]
<theRoot> <child name="Paul"> <child1 name="Rick" /> <child2 name="John" value="foo"/> <child3/> </child> </theRoot>
<nodeRules defaultComparisonMode="SameNodeName" orderIsSignificant="false"> </nodeRules>The comparison will present the following result:
<nodeRules defaultComparisonMode="SameNodeName" orderIsSignificant="false"> <defaultRule> <excludeAttributes> <attribute name="value" /> </excludeAttributes> </defaultRule> </nodeRules>The comparison will present the following result:
xmldiff Copyright (c) 2024 Herve Girod. All rights reserved.