wasm-demo/demo/ermis-f/python_m/cur/1810

20 lines
504 B
Plaintext

From: kuncej at mail.conservation.state.mo.us (Jeffrey Kunce)
Date: Mon, 24 May 1999 17:22:59 GMT
Subject: getting tables out
Message-ID: <s74944c5.096@mail.conservation.state.mo.us>
X-UID: 1810
>I would like to write a Python script that would read an HTML
>document and extract table contents from it. ...
Take a look at htmlTableParse.py at http://starship.python.net/~jjkunce/
It may work for you, or at least give you some ideas.
--Jeff