1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: xmldiff
Section: misc
Priority: optional
Maintainer: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python (>=2.3.5-7), python-dev (>=2.3.5-7), python-central (>=0.5)
Standards-Version: 3.7.3
XS-Python-Version: current
Homepage: http://www.logilab.org/projects/xmldiff
Package: xmldiff
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Suggests: xmldiff-xmlrev, python-psyco
Description: tree to tree correction between xml documents
Xmldiff is a utility for extracting differences between two xml
files. It returns a set of primitives to apply on source tree to
obtain the destination tree.
.
The implementation is based on _Change detection in hierarchically
structured - information_, by S. Chawathe, A. Rajaraman,
H. Garcia-Molina and J. Widom, - Stanford University, 1996
Package: xmldiff-xmlrev
Architecture: all
Depends: xmldiff, libxml2-utils, xsltproc, sp
Recommends: docbook-xsl
Description: xmldiff output formatter
xmlrev can be used to display the differences between two XML
documents computed by xmldiff as an HTML document.
|