Best DOM-like HTML parser?

MAK mike at mmrd.com
Fri May 16 15:23:53 EDT 2003


I have a need to read and parse an HTML page (containing a table,
which is the data I am after).  If this were XML, I'd be using the
effbot's ElementTree, but this is plain-ol' HTML.  Is there anything
out there as simple and easy to use as ElementTree, but for HTML?  Or
am I going the wrong way?

Thanks




More information about the Python-list mailing list