From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Catmandu::Fix::xml_simple - parse/convert XML to key-value form

SYNOPSIS

xml_read(xml)
xml_simple(xml)
xml_read(xml, simple=1) # equivalent

DESCRIPTION

This Catmandu::Fix transforms MicroXML or parses XML strings to key-value form with XML::Struct.

OPTIONS

See Catmandu::Fix::xml_read for parsing options.