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

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: help!!! XML
code:
Sec1 = xml.selectSingleNode("/Min/name");
I'm pretty sure you want /Sec/name

code:
<Sec>
<name>0</name>
</Seg>
I spy a spelling error

code:
<Hrs>
<name>0</name>
</Hsr>
And another

And Lastly if I recall xml files are only allowed one toplevel node, and don't forget to change the xpath accordingly.

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>

This post was edited on 08-01-2006 at 08:21 AM by Silentdragon.
08-01-2006 08:20 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