README

NAME

XML::Canonical - Provide a canonical version of XML

SYNOPSIS

use XML::Canonical;

my $xml-string = canonical($xml);
my $xml-string = canonical($xml, :subset('/a/b/c'));

DESCRIPTION

XML::Canonical is a module that exports a single subroutine canonical that transforms any given XML to a canonical version.

AUTHOR

Andrew Egeler

Source can be located at: https://github.com/raku-community-modules/XML-Canonical . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2022 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

XML::Canonical v1.0.1

Provide a canonical version of XML

Authors

    License

    NOASSERTION

    Dependencies

    XML

    Test Dependencies

    Provides

    • XML::Canonical

    Documentation

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.