On Jul 24, 12:12 pm, johnny <[EMAIL PROTECTED]> wrote:
> Any python module for navigating and selecting, parsing HTML files?
htmlparse
--
http://mail.python.org/mailman/listinfo/python-list
johnny wrote:
> Any python module for navigating and selecting, parsing HTML files?
Since you didn't name any specific requirements, consider taking the best one.
"lxml.html" provides loads of goodies like Python iterators, XPath or CSS
selection for navigation, or a clean() function for removing
I think he meant "Beautiful Soup".
On 7/24/07, Clement <[EMAIL PROTECTED]> wrote:
> On Jul 24, 10:12 pm, johnny <[EMAIL PROTECTED]> wrote:
> > Any python module for navigating and selecting, parsing HTML files?
>
> try beautyfulshop
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
On Tue, 2007-07-24 at 17:36 +, Clement wrote:
> On Jul 24, 10:12 pm, johnny <[EMAIL PROTECTED]> wrote:
> > Any python module for navigating and selecting, parsing HTML files?
>
> try beautyfulshop
Failing that, try BeautifulSoup.
--
Carsten Haese
http://informixdb.sourceforge.net
--
http
On Jul 24, 10:12 pm, johnny <[EMAIL PROTECTED]> wrote:
> Any python module for navigating and selecting, parsing HTML files?
try beautyfulshop
--
http://mail.python.org/mailman/listinfo/python-list
Any python module for navigating and selecting, parsing HTML files?
--
http://mail.python.org/mailman/listinfo/python-list