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
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
>
>
>
>
>
>
>
>
>
>
>
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