Provided by: libxml-handler-printevents-perl_0.01-7_all
NAME
XML::Handler::PrintEvents - Prints PerlSAX events (for debugging)
SYNOPSIS
use XML::Handler::PrintEvents; my $pr = new XML::Handler::PrintEvents;
DESCRIPTION
This PerlSAX handler prints the PerlSAX events it receives to STDOUT. It can be useful when debugging PerlSAX filters. It supports all PerlSAX handler including ignorable_whitespace.
AUTHOR
Enno Derksen is the original author. Send bug reports, hints, tips, suggestions to T.J. Mather at <tjmather@tjmather.com>.