🌐
GitHub
github.com › Shoobx › xmldiff
GitHub - Shoobx/xmldiff: A library and command line utility for diffing xml
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.
Starred by 226 users
Forked by 53 users
Languages   Python 98.7% | Python 98.7%
🌐
GitHub
github.com › rpeyron › libxmldiff
GitHub - rpeyron/libxmldiff: a simple library to diff XML files
a simple library to diff XML files. Contribute to rpeyron/libxmldiff development by creating an account on GitHub.
Starred by 11 users
Forked by 6 users
Languages   C++ 59.4% | Makefile 33.8% | Shell 2.6% | Batchfile 1.3% | M4 1.1% | C 1.0% | C++ 59.4% | Makefile 33.8% | Shell 2.6% | Batchfile 1.3% | M4 1.1% | C 1.0%
🌐
GitHub
github.com › amra › XmlDiff
GitHub - amra/XmlDiff: XmlDiff produces an xml file with the difference between its two input xml files. It can receive a third optional xml file in which mandatory tags are specified, and those will be kept in the output xml file even if they were not changed.
Content: - What does XmlDiff do - How to run XmlDiff - XmlDiff's algorithm - How to interpret the results XmlDiff's output file xmlDiff.xml - xmlDiff.xml example - mandatoryTags.xml example ________________________________________________________________________________ What does XmlDiff do: Output: xmlDiff.xml Input: old.xml new.xml mandatoryTags.xml - mandatoryTags.xml is optional, and specifies the tags that are mandatory and therefor should be kept in the output xml file even if not changed.
Author   amra
🌐
GitHub
github.com › emmetio › xml-diff
GitHub - emmetio/xml-diff: Diff and patch contents of XML documents · GitHub
Diff and patch contents of XML documents. Contribute to emmetio/xml-diff development by creating an account on GitHub.
Author   emmetio
🌐
GitHub
github.com › GeertBellekens › XmlDiff
GitHub - GeertBellekens/XmlDiff
XmlDiff is a small tool to analyze and view differences between xml files. It's main purpose is to detect functional differences between xsd file generated from different systems.
Author   GeertBellekens
🌐
GitHub
github.com › lovettchris › xmldiff
GitHub - lovettchris/xmldiff: A C# library for comparing 2 XML documents, creating a "patch" object that can also be used to merge those changes.
A C# library for comparing 2 XML documents, creating a "patch" object that can also be used to merge those changes. - lovettchris/xmldiff
Starred by 17 users
Forked by 8 users
Languages   C# 98.6% | C# 98.6%
🌐
GitHub
github.com › pschlump › xml-diff
GitHub - pschlump/xml-diff: Compare XML files after sorting attributes and fields · GitHub
Compare XML files after sorting attributes and fields - pschlump/xml-diff
Author   pschlump
🌐
GitHub
github.com › ashapkin › XmlDiff
GitHub - ashapkin/XmlDiff: Simple Xml diff tool based on Linq to Xml
Simple Xml diff tool based on Linq to Xml. Contribute to ashapkin/XmlDiff development by creating an account on GitHub.
Starred by 4 users
Forked by 3 users
Languages   C# 100.0% | C# 100.0%
🌐
PyPI
pypi.org › project › xmldiff
xmldiff · PyPI
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.
      » pip install xmldiff
    
Published   May 13, 2024
Version   2.7.0
Find elsewhere
🌐
GitHub
github.com › acforu › XmlDiff
GitHub - acforu/XmlDiff: xml diff tool based on data instead of text
Traditional diff tool compares ... line. To solve this problem, XmlDiff parse the xml, compare the xml node instead of text line, and visualize the xml in an special way to emphasize the changes....
Author   acforu
🌐
GitHub
github.com › JoshData › xml_diff
GitHub - JoshData/xml_diff: Compares two XML documents by diffing their text. · GitHub
Compares two XML documents by diffing their text. Contribute to JoshData/xml_diff development by creating an account on GitHub.
Starred by 44 users
Forked by 10 users
Languages   Python
🌐
GitHub
github.com › FIXTradingCommunity › xml-diff-merge
GitHub - FIXTradingCommunity/xml-diff-merge: XML difference and merge utilities
The XmlDiff utility compares two XML files and generates a third file that represents their differences in RFC 5261 format.
Starred by 6 users
Forked by 8 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › andyglow › scala-xml-diff
GitHub - andyglow/scala-xml-diff: Scala XML Diff
scala> <foo/> =?= <foo/> res0: com.github.andyglow.xml.diff.package.XmlDiff = Eq scala> <foo/> =?= <bar/> res1: com.github.andyglow.xml.diff.package.XmlDiff = Neq(List(UnequalElem(foo,List(UnequalName(foo,bar))))) scala> <foo x="a"/> =?= <foo x="b"/> res2: com.github.andyglow.xml.diff.package.XmlDiff = Neq(List(UnequalElem(foo,List(UnequalAttribute(x,a,b))))) scala> <foo><bar key="val1" key2="val2"/></foo> =?= <foo><bar key="val2" key3="val3"/></foo> res3: com.github.andyglow.xml.diff.package.XmlDiff = Neq(List( UnequalElem(foo,List( UnequalElem(bar,List( UnequalAttribute(key,val1,val2), Absen
Starred by 9 users
Forked by 7 users
Languages   Scala 94.8% | Jsonnet 5.2% | Scala 94.8% | Jsonnet 5.2%
🌐
GitHub
github.com › joh › xmldiffs
GitHub - joh/xmldiffs: Compare two XML files, ignoring element and attribute order.
Compare two XML files, ignoring element and attribute order. - joh/xmldiffs
Starred by 96 users
Forked by 27 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › AG060982 › XmlDiff
GitHub - AG060982/XmlDiff: Simple Python program to compare XML files ignoring order of attributes and elements with x-path details
Simple Python program to compare XML files ignoring order of attributes and elements with x-path details - AG060982/XmlDiff
Author   AG060982
🌐
GitHub
github.com › midnightercz › xmldiff
GitHub - midnightercz/xmldiff: experimental tool for diff two xml files
experimental tool for diff two xml files. Contribute to midnightercz/xmldiff development by creating an account on GitHub.
Author   midnightercz
🌐
GitHub
github.com › mmacia › XMLdiff
GitHub - mmacia/XMLdiff: XML diff tool written in PHP
XML diff tool written in PHP. Contribute to mmacia/XMLdiff development by creating an account on GitHub.
Starred by 12 users
Forked by 6 users
Languages   PHP 99.9% | Shell 0.1% | PHP 99.9% | Shell 0.1%
🌐
GitHub
github.com › homer6 › xmldiff
GitHub - homer6/xmldiff: xmldiff tool that parses xml so that it can provide a) a list of human-readable differences and b) a python script to modify one xml document to be the same as the other (used for XML migration scripts). MIT License.
xmldiff tool that parses xml so that it can provide a) a list of human-readable differences and b) a python script to modify one xml document to be the same as the other (used for XML migration scr...
Author   homer6