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

help!!! XML
Author: Message:
cicklow
New Member
*

Avatar

Posts: 14
Reputation: 1
41 / Male / –
Joined: Jul 2006
O.P. help!!! XML
this code return null... :(

code:
var Sec1 = 0;
var Min1 = 0;
var Hrs1 = 0;
var Days1 = 0;
var Weeks1 = 0;

    var xml = new ActiveXObject("Microsoft.XMLDOM");
    var file = MsgPlus.ScriptFilesPath + '/config.xml';
    xml.load(file);
    Sec1 = xml.selectSingleNode("/Sec/name");
    Min1 = xml.selectSingleNode("/Min/name");
    Hrs1 = xml.selectSingleNode("/Hrs/name");
    Days = xml.selectSingleNode("/Days/name");
    Weeks1 = xml.selectSingleNode("/Weeks/name");
    Debug.Trace("----" + Sec1);
// and error with:
// Debug.Trace("----" + Sec1.text);



in debug windows:

----null

the config.xml
code:
<Sec>
<name>0</name>
</Seg>
<Min>
<name>0</name>
</Min>
<Hrs>
<name>0</name>
</Hsr>
<Days>
<name>0</name>
</Days>
<Weeks>
<name>0</name>
</Weeks>


This post was edited on 08-01-2006 at 08:14 AM by cicklow.
08-01-2006 07:59 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help!!! XML - by cicklow on 08-01-2006 at 07:59 AM
RE: help!!! XML - by Silentdragon on 08-01-2006 at 08:20 AM
RE: help!!! XML - by cicklow on 08-01-2006 at 08:29 AM
RE: help!!! XML - by cooldude_i06 on 08-01-2006 at 08:31 AM
RE: help!!! XML - by cicklow on 08-01-2006 at 08:37 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