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

XML Reading/Parsing
Author: Message:
Paril
Junior Member
**

Avatar
Admin of Paril's Projects

Posts: 69
30 / Male / Flag
Joined: Jul 2006
O.P. RE: XML Reading/Parsing
I tried this just to test it:

code:
function OnEvent_Initialize(MessengerStart)
{
    var objXml = new ActiveXObject("Microsoft.XMLDOM");
   
    if (objXml.Load ("http://stats.enemyterritory.com/profile/paril101?xml=true"))
    {
        Debug.Trace("Made it!\n");
    }
    else
    {
    }
}

However I got an error on it.. Is there any example code lying around of an entire one used in MsgPlus? I'm not exactly sure how I'm supposed to.. interpret this code from (what looks like) VB.

-Paril

This post was edited on 05-18-2008 at 02:17 PM by Paril.
05-18-2008 02:17 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
XML Reading/Parsing - by Paril on 05-18-2008 at 01:48 PM
RE: XML Reading/Parsing - by mynetx on 05-18-2008 at 02:01 PM
RE: XML Reading/Parsing - by Paril on 05-18-2008 at 02:04 PM
RE: XML Reading/Parsing - by Paril on 05-18-2008 at 02:17 PM
RE: XML Reading/Parsing - by Matti on 05-18-2008 at 04:46 PM
RE: XML Reading/Parsing - by Paril on 05-18-2008 at 09:59 PM
RE: XML Reading/Parsing - by markee on 05-18-2008 at 10:40 PM
RE: XML Reading/Parsing - by Paril on 05-19-2008 at 12:14 AM
RE: XML Reading/Parsing - by Matti on 05-19-2008 at 03:36 PM
RE: XML Reading/Parsing - by Paril on 05-20-2008 at 01:26 PM


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