Description
Perl applications can parse XML documents through the Expat parser. This is useful for configuration files, feeds, document conversion, data exchange, and integrations that rely on XML.
It is a developer library. XML from untrusted sources should be parsed with safe limits and clear error handling to avoid entity, size, or malformed-input problems.