wrong parsing html structure
Brought to you by:
derrickoswald
I tried to parse thr folwingg link:
http://www.globes-online.com/Finance/Shared/SearchResults.asp?Feeder=0&TypeID=6&WhatType=1&lang=EN&strToSearch=A
the main table was entered as a remarknode, so that most of the data couldn't be accessed using the parser.
I tried using TABLE filter or null filter.
I tried pareing using NodeTreeWalker or NodeList, all resulted the same.
Is there any way to parse this page ?
thanks.