Description
Perl XML tools can represent documents as a DOM tree and manipulate elements, attributes, text, and structure through a standard-style API. This helps converters, importers, validators, and legacy XML applications work with document content programmatically.
It is a developer library. XML from untrusted sources should be parsed with limits and validation because large, malformed, or hostile documents can cause errors or high resource use.