Help Parsing an HTML File

Tim Chase python.list at tim.thechases.com
Fri Feb 15 16:43:21 EST 2008


> I need to parse the file in such a way to extract data out of the html
> and to come up with a tab separated file that would look like OUTPUT-
> FILE below.


BeautifulSoup[1].  Your one-stop-shop for all your HTML parsing
needs.

What you do with the parsed data, is an exercise left to the
reader, but it's navigable.

-tkc

[1] http://www.crummy.com/software/BeautifulSoup/







More information about the Python-list mailing list