• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

canon/H16-Jan-2018-227165

fallback/H16-Jan-2018-143133

lib/XML/H16-Jan-2018-11930

t/H16-Jan-2018-5035

CanonicalizeXML.xsH A D15-Jan-2018846 3931

ChangesH A D16-Jan-2018731 2316

LICENSEH A D17-Feb-20171 KiB2217

MANIFESTH A D16-Jan-2018401 1918

META.jsonH A D16-Jan-2018970 4140

META.ymlH A D16-Jan-2018619 2322

Makefile.PLH A D09-Jul-20102 KiB5239

READMEH A D16-Jan-2018988 3423

const-c.incH A D16-Jan-20181.7 KiB5647

const-xs.incH A D16-Jan-20182.6 KiB9089

ppport.hH A D15-Jan-2018191.1 KiB7,7493,290

README

1XML-CanonicalizeXML version 0.10
2================================
3
4This module provides a wrapper to the XML Canonicalization functions
5provided by libxml2 (http://www.xmlsoft.org/) to give Perl support to
6the the W3C defined algorithms c14n canonicalization
7(http://www.w3.org/TR/2001/REC-xml-c14n-20010315), c14n exclusive
8canonicalization (http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/)
9and Canonical XML Version 1.1 (https://www.w3.org/TR/xml-c14n11/)
10
11For bugs etc, visit: https://github.com/sjzasada/XML-CanonicalizeXML
12
13INSTALLATION
14
15To install this module type the following:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22DEPENDENCIES
23
24This module requires these other modules and libraries:
25
26libxml2
27libxml2 development headers
28
29COPYRIGHT AND LICENCE
30
31This library is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself, either Perl version 5.8.3 or,
33at your option, any later version of Perl 5 you may have available.
34