Catmandu::Fix::xml_write
serialize XML
- Provided by: libcatmandu-xml-perl (Version: 0.16-1)
- Report a bug
serialize XML
# serialize XML structure given in field 'xml' xml_write(xml) xml_write(xml, pretty: 1)
This Catmandu::Fix serializes XML documents (given in MicroXML form as used by XML::Struct or as instance of XML::LibXML::Document). In short, this is a wrapper around XML::Struct::Writer.
Catmandu::Fix::xml_read