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> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to