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 <[email protected]>.