html parsing

2005-03-13 Thread Suchitra
Hi all,     Please help me in parsing  the html document and extract the http links .   Thanks in advance!!1   Suchitra -- http://mail.python.org/mailman/listinfo/python-list

HTML Parsing

2007-02-10 Thread mtuller
Alright. I have tried everything I can find, but am not getting anywhere. I have a web page that has data like this: LETTER 33,699 1.0 What is show is only a small section. I want to extract the 33,699 (which is dynamic) and set the value to a variable so that I can insert it into a databa

HTML parsing bug?

2006-01-30 Thread g_no_mail_please
Python 2.3.5 seems to choke when trying to parse html files, because it doesn't realize that what's inside is a comment in HTML, even if this comment is inside , especially if it's a comment inside that script code too. The html file: Choke on this