6 lines
240 B
Plaintext
6 lines
240 B
Plaintext
|
xmldiff is a Python tool that figures out the differences between two
|
||
|
similar XML files, in the same way the diff utility does it.
|
||
|
|
||
|
Xmldiff can be used as a library or as a command line tool. It can work
|
||
|
either with XML files or DOM trees.
|