Skip to main content

Creates diffs of XML files

Project description

xmldiff

https://travis-ci.org/Shoobx/xmldiff.svg?branch=master https://coveralls.io/repos/github/Shoobx/xmldiff/badge.svg

xmldiff is a library and a command-line utility for making diffs out of XML. This may seem like something that doesn’t need a dedicated utility, but change detection in hierarchical data is very different from change detection in flat data. XML type formats are also not only used for computer readable data, it is also often used as a format for hierarchical data that can be rendered into human readable formats. A traditional diff on such a format would tell you line by line the differences, but this would not be be readable by a human. xmldiff provides tools to make human readable diffs in those situations.

Full documentation is on xmldiff.readthedocs.io

xmldiff is still under rapid development, and no guarantees are done that the output of one version will be the same as the output of any previous version.

Quick usage

xmldiff is both a command-line tool and a Python library. To use it from the command-line, just run xmldiff with two input files:

$ xmldiff file1.xml file2.xml

There is also a command to patch a file with the output from the xmldiff command:

$ xmlpatch file.diff file1.xml

There is a simple API for using xmldiff as a library:

from lxml import etree
from xmldiff import main, formatting

diff = main.diff_files('file1.xml', 'file2.xml',
                       formatter=formatting.XMLFormatter())

There is also a method diff_trees() that take two lxml trees, and a method diff_texts() that will take strings containing XML. Similarly, there is patch_file() patch_text() and patch_tree():

result = main.patch_file('file.diff', 'file1.xml')

Changes from xmldiff 0.6/1.x

  • A complete, ground up, pure-Python rewrite

  • Easier to maintain, the code is less complex and more Pythonic, and uses more custom classes instead of just nesting lists and dicts.

  • Fixes the problems with certain large files and solves the memory leaks.

  • A nice, easy to use Python API for using it as a library.

  • Adds support for showing the diffs in different formats, mainly one where differences are marked up in the XML, useful for making human readable diffs.

    These formats can show text differences in a semantically meaningful way.

  • An output format compatible with 0.6/1.x is also available.

  • 2.0 is currently significantly slower than xmldiff 0.6/1.x, but this will change in the future. Currently we make no effort to make xmldiff 2.0 fast, we concentrate on making it correct and usable.

Contributors

The diff algorithm is based on “Change Detection in Hierarchically Structured Information”, and the text diff is using Google’s diff_match_patch algorithm.

Changes

2.6 (2023-04-03)

  • Added InsertNamespace and DeleteNamespace actions for better handling of changing namespaces. Should improve any “Unknown namespace prefix” errors. Changing the URI of a a namespace prefix is not supported, and will raise an error.

2.6b1 (2023-01-12)

  • Used geometric mean for the node_ratio, for better handling of simple nodes.

  • Added an experimental –best-match method that is slower, but generate smaller diffs when you have many nodes that are similar.

  • The -F argument now also affects the –fast-match stage.

2.5 (2023-01-11)

  • Make it possible to adjust the attributes considered when comparing nodes.

  • Python versions 3.7 to 3.11 are now supported.

  • Improved node matching method, that puts more emphasis similarities than differences when weighing attributes vs children.

  • Added a parameter to return error code 1 when there are differences between the files

  • Added a parameter for ignoring attributes in comparison.

  • Solved a bug in xmlpatch in certain namespace situations.

  • Added a –diff-encoding parameter to xmlpatch, to support diff-files that are not in your system default encoding.

2.4 (2019-10-09)

  • Added an option to pass pairs of (element, attr) as unique attributes for tree matching. Exposed this option on the command line, too.

2.3 (2019-02-27)

  • Added a simple xmlpatch command and API.

  • Multiple updates to documentation and code style

2.2 (2018-10-12)

  • A workaround for dealing with top level comments and the xml formatter

2.1 (2018-10-03)

  • Changed the substitution unicode character area to use the Private Use Area in BMP(0), to support narrow Python builds

  • Added –unique-attributes argument.

2.1b1 (2018-10-01)

  • Added options for faster node comparisons. The “middle” option is now default, it had very few changes in matches, but is much faster.

  • Implemented a Fast Match algorithm for even faster diffing.

  • Speed improvements through caching

  • Fixed a bug where MoveNode actions sometimes was in the wrong order

  • Added an InsertComment action, as comments require different handling, so it’s easier to deal with them this way. You can still use DeleteNode and UpdateTextIn for them with no special handling.

  • When renaming tags the XMLFormatter will mark them with “diff:rename” instead of making a new tag and deleting the old.

  • Tags will now be moved first, and updated and renamed later, as the new tag name or attributes might not be valid in the old location.

2.0 (2018-09-25)

  • A complete, bottom-up, pure-python rewrite

  • New easy API

  • 100% test coverage

  • New output formats:

    • A new default output format with new actions

    • A format intended to be parseable by anyone parsing the old format.

    • XML with changes marked though tags and attributes

  • xmldiff 2.0 is significantly slower than xmldiff 0.6 or 1.0, the emphasis so far is on correctness, not speed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xmldiff-2.6.tar.gz (85.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xmldiff-2.6-py3-none-any.whl (42.6 kB view details)

Uploaded Python 3

File details

Details for the file xmldiff-2.6.tar.gz.

File metadata

  • Download URL: xmldiff-2.6.tar.gz
  • Upload date:
  • Size: 85.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for xmldiff-2.6.tar.gz
Algorithm Hash digest
SHA256 4acf49ff5428943a535645bf2535b29bc1e12e48b0c445b13875e98396e7ca03
MD5 c77ab88f708c10d670996cf1b8b31086
BLAKE2b-256 3cebffe82725d48ffe3945ea02c419ecbf12acf4090bc4d67e22d4c204f9130a

See more details on using hashes here.

File details

Details for the file xmldiff-2.6-py3-none-any.whl.

File metadata

  • Download URL: xmldiff-2.6-py3-none-any.whl
  • Upload date:
  • Size: 42.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for xmldiff-2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 363aa4cefc8c2abcee4590a6b84f5aea72baa74ccd38212407e7319473596a7c
MD5 84c9c4d6f0f64c02cdec9ceda1ea4a36
BLAKE2b-256 3e0cef07e1a85d25ada44c9f2a86f9deca930101f0b73f1c095c9897bcb01fe7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page