I'm working with the HTMLParser module and have implemented
HTMLParser.handle_starttag() and I see there is a separate
handle_data
method (which can be implemented), but I am not clear how to tie this
together with a given start tag, so I only get the data I want.

For example, I'd like to get a handle on the character data ( the
number 1) immediately after the following start tag


<span class="calPast">
1</br>
.
.
.
Any ideas?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to