Shoutbox

MPInterfaceTester problem - 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: WLM Plus! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: MPInterfaceTester problem (/showthread.php?tid=89197)

MPInterfaceTester problem by djdannyp on 02-15-2009 at 10:59 PM

I dunno if it's just me.....but whenever I try to use the "validate with schema" option, it gives me an error message.

I've put the schema into the script's folder as it suggests.....and each time i get this message:

quote:
Reason: The element '{urn:messengerplus:interface}Interfaces' is used but not declared in the DTD/Schema.


I've tried it with several different scripts and windows.....and it gives the same message each time


Ideas?
RE: MPInterfaceTester problem by MeEtc on 02-16-2009 at 12:29 AM

make sure your interfaces tag looks something like this:

XML code:
<Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd" Name="A name">


Also make sure the PlusInterface.xsd file is in the same folder as the tester.
RE: MPInterfaceTester problem by djdannyp on 02-16-2009 at 12:40 AM

Ah, I didn't realise the xsd had to be in the same folder as the tester.

I'm still getting errors tho......whichever window i try (from whichever script)

[Image: attachment.php?pid=952171]


RE: MPInterfaceTester problem by MeEtc on 02-16-2009 at 01:02 AM

Ok, well that error is saying the xml doesn't follow the schema definition, and basically says its not passing validation.
Also you might try (re-)installing MSXML 4.0SP2 and/or 6.0