Im using JSoup with android and so far I have been successful. In my original activity I referenced a table and from that each individual cell in a table by code. My question is how would I have Jsoup get the results of a table based on some parameter?
For example if I wanted to get the 3rd row of a table – ( get its contents ). Any resources beside whats on the Jsoup site would do as I find that hard to follow.
Thanks
You could do something like this:
Output:
That is the second row in the table.