Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: XPATH DOM traverse html/xml (fancy)

by ikegami (Patriarch)
on Dec 07, 2009 at 20:20 UTC ( [id://811617]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /p1:root
    /p1:root/p1:foo[1]
    ...
    
    Prefix definitions:
    p1: http://www.example.org/tooty
    
  2. or download this
    /*
    /*/*[1]
    /*/*[2]
    /*/*[3]
    /*/*[4]
    
  3. or download this
    use strict;
    use warnings;
    ...
    my $doc = $parser->parse_fh(*STDIN);
    
    visit_doc($doc);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-19 21:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found