The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catmandu::Fix::xml_simple - parse/convert XML to simple form

VERSION

version 0.10

SYNOPSIS

  xml_read(xml)
  xml_simple(xml)

  xml_read(xml, simple=1)  # equivalent

DESCRIPTION

This Catmandu::Fix transforms MicroXML or parses XML strings simple XML with XML::Struct.

OPTIONS

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

AUTHOR

Jakob Voß

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.