getting tables out

Michael Spalinski mspal at sangria.harvard.edu
Sun May 23 09:14:29 EDT 1999


I would like to write a Python script that would read an HTML document and
extract table contents from it. Eg. each table could be a list of tuples
with data from the rows. I thought htmllib would provide the basic tools
for this, but I can't find any example that would be of use. 

So - does anyone have a Python snippet that looks for tables and gets at
the data?

M.




More information about the Python-list mailing list