| Store | Cart

PyParsing module or HTMLParser

From: Bill Mill <bill...@gmail.com>
Mon, 28 Mar 2005 15:07:31 -0500
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

Recent Messages in this Thread
Lad Mar 28, 2005 08:01 pm
Bill Mill Mar 28, 2005 08:07 pm
EuGeNe Mar 28, 2005 09:09 pm
Paul McGuire Mar 29, 2005 08:06 pm
Lad Mar 30, 2005 04:03 pm
Paul McGuire Mar 30, 2005 07:06 pm
Lad Mar 31, 2005 07:33 am
Paul McGuire Mar 31, 2005 04:18 pm
Messages in this thread