Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

XML::SAX::ExpatXS - stop parsing?

by Jaap (Curate)
on Jul 25, 2011 at 21:40 UTC ( [id://916626]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use XML::SAX::ExpatXS;
    use WDSTreeHandler;
    ...
    my $handler = WDSTreeHandler->new;
    my $parser = XML::SAX::ExpatXS->new(Handler => $handler);
    $parser->parse_string($tree);
    
  2. or download this
    package WDSTreeHandler;
    use base qw(XML::SAX::Base);
    ...
    {
    }
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://916626]
Approved by ikegami
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-24 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found