Mark Harrison <[EMAIL PROTECTED]> writes:

> Mark Harrison <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to