Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-xmldiff
From: Thomas Klausner
Date: 2023-05-04 13:35:13
Message id: 20230504113513.4AA47FA87@cvs.NetBSD.org
Log Message:
textproc/py-xmldiff: import py-xmldiff-2.6.1
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. XML type formats
are also not only used for computer readable data, it is also often
used as a format for hierarchical data that can be rendered into
human readable formats. A traditional diff on such a format would
tell you line by line the differences, but this would not be be
readable by a human. xmldiff provides tools to make human readable
diffs in those situations.
Files: