Help language development. Donate to The Perl Foundation
XML::Canonical - Provide a canonical version of XML
use XML::Canonical; my $xml-string = canonical($xml); my $xml-string = canonical($xml, :subset('/a/b/c'));
XML::Canonical is a module that exports a single subroutine canonical
that transforms any given XML
to a canonical version.
Andrew Egeler
Source can be located at: https://github.com/raku-community-modules/XML-Canonical . Comments and Pull Requests are welcome.
Copyright 2022 Elizabeth Mattijsen
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.