Shoutbox

[Please help] Bad XML? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Please help] Bad XML? (/showthread.php?tid=66365)

[Please help] Bad XML? by Seraf_Ethifeo on 09-17-2006 at 11:56 AM

I'm trying to make a script with an input window, but MsgPlus.CreateWnd keeps failing even though the XML file has good syntax and matches the schema...

I've included my files. If anyone could check to see if there's something missing or maybe give some tips what I could check for?

Thanks in advance.

PS: there isn't any code for the functionality yet, thought I'd get trhe window working first since its the first time I tried using one.


RE: [Please help] Bad XML? by Mike on 09-17-2006 at 12:04 PM

Make sure you save your XML file as unicode :)

Also, it seems that you forgot to attach your XML... :P


RE: RE: [Please help] Bad XML? by Seraf_Ethifeo on 09-17-2006 at 12:30 PM

quote:
Originally posted by Mike
Make sure you save your XML file as unicode :)

Hmm didn't fix it.

quote:
Originally posted by Mike
Also, it seems that you forgot to attach your XML... :P


Fixed that. Preview must have erased the attachement field...
RE: [Please help] Bad XML? by Silentdragon on 09-17-2006 at 05:15 PM

According to BonEcho they are written in Unicode8 which isn't acceptable, you need to use Unicode 16.


RE: [Please help] Bad XML? by matty on 09-17-2006 at 06:38 PM

Both xml files were saved as ANSI. Not acceptable.

Here are the files saved in Unicode16.


RE: [Please help] Bad XML? by Seraf_Ethifeo on 09-17-2006 at 08:25 PM

Thanks alot. It works now.