XML/Canonical version 0.02
==========================

IMPORTANT NOTE

This module requires the following packages:

libxml2 2.4.6, available from http://www.xmlsoft.org
	If 2.4.6 is not available yet, use CVS snapshot.

XML-LibXML 1.01, available from http://www.cpan.org
	If 1.01 is not available yet, use
	http://tjmather.com/XML-LibXML-1.01pre4.tar.gz

DESCRIPTION

This modules provides an implementation of the w3 Canonical XML Recommendation
(http://www.w3.org/TR/2001/REC-xml-c14n-20010315)
It uses XML::LibXML for its DOM tree and XPath nodes.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

XML-LibXML-1.01, available from CPAN
libxml-2.4.6, available from www.xmlsoft.org

COPYRIGHT AND LICENCE

Copyright (C) 2001 T.J. Mather.  XML::Canonical is free software;
you may redistribute it and/or modify it under the same terms as Perl itself. 
