What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » XML from internet

XML from internet
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: XML from internet
You should not use a backslash (\) as in a file path, but a normal slash (/) as in URLs.

Also, for more interaction with nodes, you may want to use this.

JScript code:
var node = xml.selectSingleNode("/gameslist/game[@name=\"" + game + "\"]/" + node);
var value = node.text;


In this example, you can give the game attributes (like <Tag> <Subtag value="Hello world!" /> </Tag>)

This post was edited on 11-24-2008 at 07:41 AM by SmokingCookie.
11-24-2008 07:35 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
XML from internet - by ArkaneArkade on 11-12-2008 at 06:22 PM
RE: XML from internet - by matty on 11-12-2008 at 06:35 PM
RE: XML from internet - by ArkaneArkade on 11-12-2008 at 07:03 PM
RE: XML from internet - by SmokingCookie on 11-24-2008 at 07:35 AM
RE: RE: XML from internet - by ArkaneArkade on 11-24-2008 at 08:41 AM
RE: XML from internet - by SmokingCookie on 11-24-2008 at 11:38 AM
RE: XML from internet - by ArkaneArkade on 11-26-2008 at 07:41 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On