xpath('//table/tr[td[@class="tickerSm"]') can get:
...reportdate
that should be getting your BOTH 'reportdate' and 'Cash & Equivalents' since it too has class="tickerSm"
From what you posted:
xpath('//table/tr[1]) should give you 'reportdate' row
xpath('//table/tr[2]) should give you 'Cash & Equivalents' row
xpath('//table/tr[3]) should give you 'Receivables' row
Reputation Points: 116
Solved Threads: 243
Veteran Poster
Offline 1,123 posts
since Dec 2007