Catmandu::Exporter::XML(3pm) | User Contributed Perl Documentation | Catmandu::Exporter::XML(3pm) |
Catmandu::Exporter::XML - 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/' }, [ ... ] ] }
2022-09-15 | perl v5.34.0 |