Description
Perl developers can build SAX drivers and filters using shared base classes. This reduces repeated plumbing when creating XML parsers, filters, or transformation stages.
It is a developer library. XML filters should preserve namespace, encoding, and event-order behavior carefully so downstream handlers receive the intended document structure.