Add your two XML documents.
Paste them, load a file, or bring them in from a URL or cURL command.
Open DiffFind
DIFFFIND FEATURES
Paste two versions of an XML document and see exactly what changed. DiffFind compares the structure of the markup, so changed values and added or removed elements are easy to find.
Paste them, load a file, or bring them in from a URL or cURL command.
Auto-detect the format or choose XML, then run the comparison.
Inspect the added, removed, and modified elements and values.
Illustrative examples of the feature.
<product> <name>Desk lamp</name> <price>19.99</price> <stock>12</stock> </product>
<product> <name>Desk lamp</name> <price>24.99</price> <stock>0</stock> </product>
Use XML comparison to review configuration files, data feeds, API payloads, and exported documents.
Structure-aware comparison helps you focus on the values and elements that changed rather than on the surrounding markup.
Also compare JSON Compare, YAML Compare, and CSV Compare documents, or start with plain Text Compare.
TRY IT WITH YOUR OWN XML