XML::Canonical version 0.04
===========================

DESCRIPTION

This module 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.30 or greater, available from www.cpan.org
libxml-2.4.8 or greater, 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. 
