Re: Help with libxml2dom

2009-08-19 Thread Paul Boddie
On 19 Aug, 13:55, Nuno Santos wrote: > I have just started using libxml2dom to read html files and I have some > questions I hope you guys can answer me. [...] >  >>> table = body.firstChild >  >>> table.nodeName > u'text' #?! Why!? Shouldn't it be a table? (1) You answer this yourself just bel

Re: Help with libxml2dom

2009-08-19 Thread Diez B. Roggisch
Nuno Santos wrote: > I have just started using libxml2dom to read html files and I have some > questions I hope you guys can answer me. > > The page I am working on (teste.htm): > > > > Title > > > > > > > > > > >

Help with libxml2dom

2009-08-19 Thread Nuno Santos
I have just started using libxml2dom to read html files and I have some questions I hope you guys can answer me. The page I am working on (teste.htm): Title 8/15/2009 >>> import libxml2dom >>> foo