XML-CanonicalizeXML version 0.05

This module provides a wrapper to the XML Canonicalization functions provided by libxml2 (http://www.xmlsoft.org/) to give Perl support to the the W3C defined algorithms c14n canonicalization (http://www.w3.org/TR/2001/REC-xml-c14n-20010315) and c14n exclusive canonicalization (http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/)

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:

libxml2
libxml2 development headers

COPYRIGHT AND LICENCE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.