Description
Perl applications can convert XML into simpler Perl data structures using libxml-backed parsing. This is useful for scripts that need quick access to XML content without manually walking a DOM tree.
It is a developer library. Simple XML mappings can hide structure or ambiguity, so applications should validate input and avoid unsafe parser options for untrusted files.