|
-
Jan 12th, 2004, 11:19 AM
#1
Thread Starter
Member
Parsing data from HTML source code
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,
-
Jan 12th, 2004, 11:55 AM
#2
Frenzied Member
Not that I'm an expert at this, but I think you may want to look into regular expressions.
-
Jan 12th, 2004, 11:55 AM
#3
Sleep mode
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|