Ramdas wrote:
> I am doing some HTML scrapping for a side project.
> 
> I need a method using sgmllib or HTMLParser to parse an HTML file and
> get line nos of all the tags

Try lxml.html, it provides line numbers for each element.

http://codespeak.net/lxml/dev/

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

Reply via email to