Question html table to data table?

Noremacam

Member
Joined
Jun 30, 2008
Messages
14
Programming Experience
1-3
I haven't done much string/html manipulation before so sorry if I'm slow.

I've managed to copy a webpage source into a string and I want to take one of the tables(unfortunately embedded in other tables) and make a datatable out of it, or something similar, so that I can read all the values individually. I also need to remove all the rows of class "blueRow". I'm not really sure on the best method to do it.

It's really just a bandwidth usage page that I want to automate some statistics on. I've included the source of the page on here as a text file. Any help is greatly appreciated.
 

Attachments

  • ViewUsageServlet.servlet.txt
    128.2 KB · Views: 32
Back
Top