XMLDIFF.py -- Python classes to diff XML files
==============================================

:Author: Sylvain Thenault - (c) 2001 Logilab S.A.
:Web site: http://www.logilab.org/projects/xmldiff/
:License: GPL2
:Mailing list: xml-projects@logilab.org (http://lists.logilab.org/mailman/listinfo/xml-projects)


REQUIREMENTS
------------

You need at least Python 2.0 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>.

