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:
SnuZZer
Full Member
***

Avatar

Posts: 114
32 / Male / Flag
Joined: Jun 2006
O.P. Update XML
Hi.
Yes, it's me again!

I hope you understand :-$

I have made a script which i want to update a XML file, not add a new post, but update a post.
I have to ideas how to do that, I could clear the XML file and add the informations again, or I can update a post with a function.
But my problem is.. I don't know how to do that :-$

Here is my code.
code:
    var Sti = MsgPlus.ScriptFilesPath + "\\upload.xml";

    var xml = new ActiveXObject("Microsoft.XMLDOM");
    xml.load(Sti);
    var opdaterXML = xml.createElement("Status");
    opdaterXML.appendChild(xml.createTextNode(Status));
    xml.getElementsByTagName("Skift")[0].appendChild(opdaterXML);
    xml.save(Sti);
11-04-2006 09:42 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