Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^5: web::scraper using an xpath

by Anonymous Monk
on Dec 10, 2010 at 18:52 UTC ( [id://876507]=note: print w/replies, xml ) Need Help??


in reply to Re^4: web::scraper using an xpath
in thread web::scraper using an xpath

Odds
process '//*/table[@class="someclass"]//tr[position() mod 2 = 1]',
Evens
process '//*/table[@class="someclass"]//tr[position() mod 2 = 0]',

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (9)
As of 2024-04-18 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found