Description
Perl XML tools can use the SAX event-based interface to process documents through parsers, filters, and handlers. This is useful for streaming workflows and transformations that should not load a whole document into memory.
It is a developer library. SAX handlers should limit input size and handle malformed XML cleanly when processing untrusted files or network data.