|
NAMEXML::Handler::PrintEvents - Prints PerlSAX events (for debugging)SYNOPSISuse XML::Handler::PrintEvents;my $pr = new XML::Handler::PrintEvents; DESCRIPTIONThis 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.AUTHORSend bug reports, hints, tips, suggestions to Enno Derksen at <enno@att.com>.
Visit the GSP FreeBSD Man Page Interface. |