creat a DOM from an html document

John J. Lee jjl at pobox.com
Thu Feb 9 15:18:00 EST 2006


Mark Harrison <mh at pixar.com> writes:

> Mark Harrison <mh at pixar.com> wrote:
> > Now I can't seem to find this... does anybody have a recommendation
> > as to a good package to look at?
> 
> Ahh, it's BeautifulSoup...

Strictly that's not THE DOM, just A document object model.  The DOM
proper is a standardised interface, which BeautifulSoup does not
implement.  You could build a DOM using BeautifulSoup, though.


John




More information about the Python-list mailing list