Re: Help with libxml2dom

2009-08-19 Thread Paul Boddie
On 19 Aug, 13:55, Nuno Santos nuno.hespan...@gmail.com 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

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): html head title Title /title /head body bgcolor = 'F' table tr bgcolor=#EE td nowrap=nowrap font

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): html head title Title /title /head body bgcolor = 'F' table tr bgcolor=#EE