Re: parse a table in HTML page.

2008-10-28 Thread Stefan Behnel
antonio_wn8 wrote: > I have a need to read and parse a table in HTML page. > > I’m using the following script: > http://trac.davidgrant.ca/browser/src/python/misc/siteuptime/TableParser.py > > It works fine aside from link in href. > > Example: > > String to parse: > elognormal text > > Outp

Re: parse a table in HTML page.

2008-10-28 Thread Thomas Guettler
Have you looked at beautiful soup? http://www.crummy.com/software/BeautifulSoup/ antonio_wn8 schrieb: > Hi all, > I have a need to read and parse a table in HTML page. > > I’m using the following script: > http://trac.davidgrant.ca/browser/src/python/misc/siteuptime/TableParser.py > > It works f