<theRoot> <parent name="Paul"> <child name="Rick" /> <child name="John" age="18"/> </child> </theRoot>The right file[2]
<theRoot> <parent name="Paul"> <child name="John" age="32"/> <child name="Rick" /> </child> </theRoot>
name
attribute of the node<nodeRules> <defaultRule orderIsSignificant="false"> <identification> <attribute name="name" /> </identification> </defaultRule> </nodeRules>The comparison will present the following result:
xmldiff Copyright (c) 2024 Herve Girod. All rights reserved.