XML::Handler::PrintEvents.3pm

Langue: en

Version: 2001-09-03 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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