John Nelson - 2008-01-08

Ran into several issues when we tried to parse table object from http://finance.google.com/finance

This table is under 4th div node from the body tag.

When I went through debugger table object showed only 1 tr node and some thing called text node.

I verified through microsoft IE dom explorer and firefox, both of them showed that this table has 4 trs. I used both getchildren() on table object, as well as I tried table specific methods like getrows() none of them worked. Are there any samples that extensively used/tested table methods.

Any help would be great.

Thanks in advance,
John