https://github.com/janbrohl/xmlcompare
Check XML documents for semantic equality
https://github.com/janbrohl/xmlcompare
python python2 python3 xml
Last synced: about 1 month ago
JSON representation
Check XML documents for semantic equality
- Host: GitHub
- URL: https://github.com/janbrohl/xmlcompare
- Owner: janbrohl
- License: bsd-3-clause
- Created: 2015-11-24T15:20:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T13:02:21.000Z (2 months ago)
- Last Synced: 2025-04-13T23:16:02.870Z (about 1 month ago)
- Topics: python, python2, python3, xml
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
XMLCompare
==========`🍕Buy me a Pizza `_
Check xml elements/documants or strings for semantic equality by comparing a normalized representation (ElementTree_).
This library should work with both, Python 2.7+ and 3.2+
While this works well for 'normal' testing, there are different definitions of 'semantic equality' requiring different tools.
.. _ElementTree: https://docs.python.org/library/xml.etree.elementtree.html