XML::SAX - Classes for using and building Perl SAX2 XML parsers, filters, and drivers https://www.cpan.org/
Go to file
2024-01-06 09:54:45 +01:00
perl-XML-SAX.spec automatic update by autodist [release 1.00-1mamba;Sun Apr 01 2018] 2024-01-06 09:54:45 +01:00
README.md perl 5.16 mass rebuild [release 0.99-1mamba;Mon Nov 12 2012] 2024-01-06 09:54:44 +01:00

perl-XML-SAX

XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness.