An Object-Oriented XML Library for Perl 6
XML (originally called Exemel) is a full fledged XML library for Perl 6. It handles parsing, generating, manipulating and querying XML. It supports element queries, parent element information, namespaces, and an extendable interface. It supports every major kind of XML Node (XML::Node): - Document (XML::Document) - Element (XML::Element) - Text (XML::Text) - Comment (XML::Comment) - PI (XML::PI) - CDATA (XML::CDATA) You can easily serialize the objects back to XML text by using any XML::Node object in a string context.
Release | Stable | Testing |
---|---|---|
Fedora 37 | 0.0.3-0.12.20190728git417f637.fc37 | - |
EPEL 7 | 0.0.3-0.1.20170930git420bf9c.el7 | - |
You can contact the maintainers of this package via email at
rakudo-XML dash maintainers at fedoraproject dot org
.