PyParsing module or HTMLParser

EuGeNe eugene at boardkulture.com
Mon Mar 28 16:09:19 EST 2005


Lad 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?
> 
> Thanks for suggestions.
> La.
> 

Check BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/)it 
did the job for me!

-- 
EuGeNe

[----
www.boardkulture.com
www.actiphot.com
www.xsbar.com
----]



More information about the Python-list mailing list