Results 1 to 8 of 8

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

Threaded View

  1. #3

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

    Re: [2005] Getting data between <player> tags

    Thanks but theres more html around it i was trying to ignore so i'm trying to copy and paste it into a textbox and then process it, i just get a divide by zero error when i try to replace:

    xmlDoc.LoadXml("<player>" & Environment.NewLine & _
    "<div>name</div>" & Environment.NewLine & _
    "<div>level</div>" & Environment.NewLine & _
    "<div>rlevel</div>" & Environment.NewLine & _
    "<div>guild</div>" & Environment.NewLine & _
    "<div>rank</div>" & Environment.NewLine & _
    "</player>")

    with:

    xmlDoc.LoadXml(textbox1.text)
    Last edited by spambot; Nov 22nd, 2008 at 03:00 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