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. RE: help!!! XML
not :(, return... nothing

my code:
code:

function OnEvent_Signin(Email)
{
    var xml = new ActiveXObject("Microsoft.XMLDOM");
    var file = MsgPlus.ScriptFilesPath + '/config.xml';
    xml.load(file);
    Sec1 = xml.selectSingleNode("Content/Sec/name");
    Min1 = xml.selectSingleNode("Content/Min/name");
    Hrs1 = xml.selectSingleNode("Content/Hrs/name");
    Days = xml.selectSingleNode("Content/Days/name");
    Weeks1 = xml.selectSingleNode("Content/Weeks/name");
    Debug.Trace("----" + Sec1);
}


debug:
code:
El script está iniciandose
El script está cargado y listo
Función llamada: OnEvent_Signin
----

config.xml
code:
<Content>
    <Sec>
        <name>0</name>
    </Sec>
    <Min>
        <name>0</name>
    </Min>
    <Hrs>
        <name>0</name>
    </Hrs>
    <Days>
        <name>0</name>
    </Days>
    <Weeks>
        <name>0</name>
    </Weeks>
</Content>

some function that reads xml?

i speak spanish.. my English is of 65%

This post was edited on 08-01-2006 at 08:33 AM by cicklow.
-=Cicklow SOFT®=-
08-01-2006 08:29 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