Catmandu::Exporter::XML
serialize and export XML documents
- Provided by: libcatmandu-xml-perl (Version: 0.16-1)
- Report a bug
serialize and export XML documents
This Catmandu::Exporter exports items serialized as XML. Serialization is implemented based on XML::Struct::Writer::Stream. By default, each item is written to STDOUT.
{ xml => [ root => { xmlns => 'http://example.org/' }, [ ... ] ] }