Results 1 to 3 of 3

Thread: Parsing data from HTML source code

  1. #1

    Thread Starter
    Member UConnVendetta's Avatar
    Join Date
    Jul 2003
    Location
    Madison, CT, USA
    Posts
    36

    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,
    Jazzman Will Rosenberg
    Chief Admin of [Vendetta]
    http://vendetta.n3.com
    AIM: UConnVendetta, CollegeGuy184

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Not that I'm an expert at this, but I think you may want to look into regular expressions.

  3. #3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width