|
Nikita the Spider |
at Jun 16, 2007 at 1:21 am
|
⇧ |
| |
In article <mailman.9124.1181917406.32031.python-list at python.org>,
Stephen R Laniel wrote:
On Fri, Jun 15, 2007 at 07:11:56AM -0700, HMS Surprise wrote:
Could you recommend an html parser that works with python (jython
2.2)?
I'm new here, but I believe BeautifulSoup is the canonical
answer:
http://www.crummy.com/software/BeautifulSoup/It is, but personally I'm a fan of Connelly Barnes' htmldata module:
http://oregonstate.edu/~barnesc/htmldata/Much easier to use than BeautifulSoup IMO.