GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::Handler::Sample(3) User Contributed Perl Documentation XML::Handler::Sample(3)

XML::Handler::Sample - a trivial PerlSAX handler

 use XML::Parser::PerlSAX;
 use XML::Handler::Sample;

 $my_handler = XML::Handler::Sample->new;

 XML::Parser::PerlSAX->new->parse(Source => { SystemId => 'REC-xml-19980210.xml' },
                                  Handler => $my_handler);

"XML::Handler::Sample" is a trivial PerlSAX handler that prints out the name of each event it receives. The source for "XML::Handler::Sample" lists all the currently known PerlSAX handler methods.

"XML::Handler::Sample" is intended for Perl module authors who wish to look at example PerlSAX handler modules. "XML::Handler::Sample" can be used as a template for writing your own PerlSAX handler modules. "XML::Handler::Sample" is in the Public Domain and can be used for any purpose without restriction.

Ken MacLeod, ken@bitsko.slc.ut.us

perl(1), PerlSAX.pod(3)
2003-10-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.