/usr/share/doc/xmldiff/README is in xmldiff 0.6.10-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | XMLDIFF.py -- Python classes to diff XML files
==============================================
:Author: Sylvain Thenault - (c) 2001 Logilab S.A.
:Web site: http://www.logilab.org/project/xmldiff/
:License: GPL2
:Mailing list: xml-projects@logilab.org (http://lists.logilab.org/mailman/listinfo/xml-projects)
DESCRIPTION
-----------
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
REQUIREMENTS
------------
You need at least Python 2.3 to install and run xmldiff
DOWNLOAD
--------
You can get the latest version of xmldiff at http://www.logilab.org/xmldiff/
INSTALL
-------
To install the tarball distribution do::
python setup.py install
or do::
python setup.py help
to display available options.
Or add the xmldiff directory to your PYTHONPATH.
USAGE
-----
Read the HELP.txt file.
CREDITS
-------
The main author is Sylvain Thenault <sylvain.thenault@logilab.fr>.
|