Say I have a HTML table rendered onto a web page with a certain number of rows and columns. Is it possible to "navigate" through the table (i.e. to particular row-column intersections [cells]) using code? Can someone please give me a sample?
This may get thrown out of the beginner forum, but for a real mind blower, see the Parse class in the FIT testing tool. It parses an HTML table into a graph of objects in only a few lines.
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
So I take it you are doing some screen scraping? Cannot you negotiate with your data provider to get the information in a more digestible format? HTML is a display format so it's not surprising that it's difficult to try and use it as a data format.
I actually have asked this question because it is the only idea I got in my head in relation to solving the *big* dilemma I posted here. Any help there will be appreciated whole-heartedly!
I followed up in the other thread. I think you need to generate HTML, not parse it. Does that sound right?
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi