blob: 73d2a6b2af2a80d291100fd155a402448f54a870 (
plain) (
blame)
1
2
3
4
5
6
|
diffmark is an XML diff and merge package. It consists of a shared C++
library, libdiffmark, plus two programs wrapping the library into a
command-line interface: dm and dm-merge. dm takes 2 XML files and
prints their diff (also an XML document) on its standard output.
dm-merge takes the first document passed to dm and its output and
produces the second document.
|