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
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