XML::Handler::PrintEvents - Prints PerlSAX events (for debugging)


XML-Handler-PrintEvents documentation  | view source Contained in the XML-Handler-PrintEvents distribution.

Index


NAME

Top

XML::Handler::PrintEvents - Prints PerlSAX events (for debugging)

SYNOPSIS

Top

use XML::Handler::PrintEvents;

my $pr = new XML::Handler::PrintEvents;

DESCRIPTION

Top

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

Top

Enno Derksen is the original author.

Send bug reports, hints, tips, suggestions to T.J. Mather at <tjmather@tjmather.com>.


XML-Handler-PrintEvents documentation  | view source Contained in the XML-Handler-PrintEvents distribution.