Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Get O'Reilly's top 25 into Template Toolkit

by merlyn (Sage)
on Aug 16, 2003 at 16:57 UTC ( [id://284342]=CUFP: print w/replies, xml ) Need Help??

As a followup to Get the current rank of Learning Perl in O'Reilly's top 25 books, I present a Template-Toolkit chunk to format the top 25 list, using Template::Plugin::XML::LibXML. You can run this by placing it into a file and running tpage on the file.
[% USE d = XML.LibXML( recover => 1, html_file => 'http://www.oreilly.com/catalog/top25.html', ); FOR row = d.findnodes('//h2[contains(.,"Best-Selling")]/following::tab +le/tr'); loop.count; " => "; row.findvalue("td[2]/a"); "\n"; END; -%]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-23 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found