Scroll to navigation

PrintEvents(3pm) User Contributed Perl Documentation PrintEvents(3pm)

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>.

2021-01-07 perl v5.32.0