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

Update XML
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: Update XML
In theory, this should work:
code:
var xmlFile = MsgPlus.ScriptFilesPath + "\\upload.xml";

var xml = new ActiveXObject("Microsoft.XMLDOM");
xml.load(xmlFile);
var xmlNode = xml.documentElement.selectSingleNode("Status");
xmlNode.text = Status;
xml.save(xmlFile);
;)

I changed the variable names to something I can understand, you can change them back if you want.

This post was edited on 11-04-2006 at 10:05 AM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-04-2006 10:04 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Update XML - by SnuZZer on 11-04-2006 at 09:42 AM
RE: Update XML - by Matti on 11-04-2006 at 10:04 AM
RE: Update XML - by SnuZZer on 11-04-2006 at 10:20 AM
RE: Update XML - by Matti on 11-04-2006 at 11:18 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