What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Loading an invalid XML file

[?] Loading an invalid XML file
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: [?] Loading an invalid XML file
Another alternative is to use a regular expression.
code:
/<\s*title\b[^>]*>([\s\S]*?)<\/\s*title\s*>/i.exec(oString);
var textInTitleNode = RegExp.$1;
[Image: markee.png]
05-30-2009 12:30 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Loading an invalid XML file - by SmokingCookie on 05-29-2009 at 06:36 PM
RE: [?] Loading an invalid XML file - by Mnjul on 05-29-2009 at 06:47 PM
RE: [?] Loading an invalid XML file - by markee on 05-30-2009 at 12:30 AM
RE: [?] Loading an invalid XML file - by Matti on 05-30-2009 at 07:20 AM
RE: [?] Loading an invalid XML file - by SmokingCookie on 05-30-2009 at 03:01 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