Results 1 to 8 of 8

Thread: [RESOLVED][2005] Getting data between <player> tags

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2007
    Location
    Wales, UK
    Posts
    38

    Resolved [RESOLVED][2005] Getting data between <player> tags

    Hello,

    I was just wondering if you could help me extract & format data between <player> tags (obviously a css-assosiated tag), i'm working on a website for my guild on WAR and the player data is posted on a community site like so:

    Code:
    <player>
    <div>name</div>
    <div>level</div>
    <div>rlevel</div>
    
    <div>guild</div>
    <div>rank</div>
    </player>
    There are also assosiated players that i'd also like to extract, the html is formatted exactly the same, it's just lower down the page.

    I was wondering how i'd go about formatting it like so:

    Player1 name, Level, Plevel, Guild, Rank
    Player2 name, Level, Plevel, Guild, Rank

    Any help is appreciated,

    Thanks
    Last edited by spambot; Dec 3rd, 2008 at 06:27 PM.

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