086090af35
textproc/p5-XML-SAX-Base, because scheduled update of XML::SAX to 0.96 in textproc/p5-XML-SAX extracted XML::SAX::Base into an own distribution again. This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.
4 lines
291 B
Text
4 lines
291 B
Text
This module has a very simple task - to be a base class for PerlSAX drivers
|
|
and filters. It's default behaviour is to pass the input directly to the
|
|
output unchanged. It can be useful to use this module as a base class so
|
|
you don't have to, for example, implement the characters() callback.
|