Re: creat a DOM from an html document

2006-02-09 Thread Xavier Morel
Mark Harrison wrote: > I thought I saw a package that would create a DOM from html, with > allowances that it would do a "best effort" job to parse > non-perfectly formed html. > > Now I can't seem to find this... does anybody have a recommendation > as to a good package to look at? > > Many TIA!

Re: creat a DOM from an html document

2006-02-09 Thread Paul Boddie
John J. Lee wrote: > Mark Harrison <[EMAIL PROTECTED]> writes: > > > 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.

Re: creat a DOM from an html document

2006-02-09 Thread John J. Lee
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 pro

Re: creat a DOM from an html document

2006-02-07 Thread Mark Harrison
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... Thanks All!! -- http://mail.python.org/mailman/listinfo/python-list

creat a DOM from an html document

2006-02-07 Thread Mark Harrison
I thought I saw a package that would create a DOM from html, with allowances that it would do a "best effort" job to parse non-perfectly formed html. Now I can't seem to find this... does anybody have a recommendation as to a good package to look at? Many TIA! Mark -- http://mail.python.org/mail