>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