PyParsing module or HTMLParser

Bill Mill bill.mill at gmail.com
Mon Mar 28 15:07:31 EST 2005


On 28 Mar 2005 12:01:34 -0800, Lad <python at hope.cz> wrote:
> I came across pyparsing module by Paul McGuire. It seems to be nice but
> I am not sure if it is the best for my need.
> I need to extract some text from html page. The text is in tables and a
> table can be inside another table.
> Is it better and easier to use  the pyparsing module or  HTMLparser?
> 

You might want to check out BeautifulSoup at:
http://www.crummy.com/software/BeautifulSoup/ .

Peace
Bill Mill
bill.mill at gmail.com



More information about the Python-list mailing list