Module for handling Nested Tables in HTML

Fredrik Lundh fredrik at pythonware.com
Tue Apr 12 02:28:21 EDT 2005


Gurpreet Sachdeva wrote:

>            Can anyone suggest some good tool for handling nested
> tables in a HTML page... BeautifulSoup is somehow not working with
> Nested Tables.

sounds strange.  have you tested the latest release? (2.0)

    http://www.crummy.com/software/BeautifulSoup/

if you cannot get BS to work, and the author cannot help you, you might consider
using an HTML->XML converter, and using your favourite XML tool to pull apart
the result.  some alternatives:

    http://utidylib.berlios.de/
    http://effbot.org/zone/element-tidylib.htm

</F> 






More information about the Python-list mailing list