Mining strings from a HTML document.

Chris Lasher chris.lasher at gmail.com
Wed Jan 25 10:31:29 EST 2006


I think Jay's advice is solid: you shouldn't rule out HTML parsing.
It's not too scary and it's probably not overboard. Using a common HTML
parsing library saves you from having to write and debug your own
parser. Try looking at Dive Into Python's chapter on it, first.
http://www.diveintopython.org/html_processing/index.html




More information about the Python-list mailing list