Description
Perl applications can parse, query, and manipulate XML documents through libxml. This is useful for configuration files, document pipelines, web formats, and integrations that depend on XML.
It is a developer library. XML from untrusted sources should be parsed with safe options, especially around external entities, network access, and very large documents.