HTML Parser for Jython

Carsten Haese carsten at uniqsys.com
Wed Oct 17 11:50:51 EDT 2007


On Wed, 2007-10-17 at 17:36 +0200, Stefan Behnel wrote:
> Falcolas wrote:
> > Does anybody know of a decent HTML parser for Jython? I have to do
> > some screen scraping, and would rather use a tested module instead of
> > rolling my own.
> 
> Not sure if it works, but have you tried BeautifulSoup? Or maybe an older
> version of it?

Recent releases of BeautifulSoup need Python 2.3+, so they won't work on
current Jython, but BeatifulSoup 1.x will work.

-- 
Carsten Haese
http://informixdb.sourceforge.net





More information about the Python-list mailing list