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

XML Help needed
Author: Message:
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
RE: XML Help needed
try this:
code:
var nodeUser = xmlDoc.documentElement.selectSingleNode("User[@UserId='"+Messenger.MyUserId+"']");
if(nodeUser){
     Debug.Trace("User exists.");
} else {
     Debug.Trace("User does not exist.");
}

[Image: clb2.jpg]
07-16-2006 11:46 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
XML Help needed - by Mothuim on 07-16-2006 at 10:20 PM
RE: XML Help needed - by Silentdragon on 07-16-2006 at 11:24 PM
RE: XML Help needed - by Mothuim on 07-16-2006 at 11:29 PM
RE: XML Help needed - by cooldude_i06 on 07-16-2006 at 11:46 PM
RE: XML Help needed - by Mothuim on 07-17-2006 at 12:21 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