Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: XML::TokeParser and malformed XML

by Anonymous Monk
on Sep 23, 2004 at 10:28 UTC ( [id://393160]=note: print w/replies, xml ) Need Help??


in reply to XML::TokeParser and malformed XML

Another possiblity might be:

while ($token = $p->get_token()) { if ($token->is_tag()) { # do something } }

Note: I have no experience with XML::TokeParser so it is possibile that this code is completly useless...

Log In?
Username:
Password:

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

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

    No recent polls found