|
-
Nov 22nd, 2008, 02:50 PM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|