Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T12:55:10.000Z (about 2 months ago)
- Last Synced: 2024-10-01T19:17:09.473Z (about 2 months ago)
- Topics: python, python2, python3, xml
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- 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