Hello,
I need to create a simple application that will parse through the source code of an HTML document and pick out certain pieces of data. All of the HTML pages that the application will look at are roughly the same, in that the data that I'm looking for is surrounded by identical tags on every page.

The following is an example of the page: http://www.battle.net/war3/ladder/wa...=CollegeGuy184

The data collected will be Team Level, Experience (Exp), and Rank for each member of our clan. I plan to set up this data as an array of UDT's composed of PlayerName, Lvl, Exp, and Rank.

After the data for each player has been extracted and sorted by Exp, I want to create a new HTML document based on a template. The finished page will look similar to this one: http://legacyofblood.web1000.com/rankings.html

Any help you have would be greatly appreciated!

Thanks,