Log in

View Full Version : Error with .xbst file?



DarkRoses
07-14-2013, 09:42 PM
Im trying to load my .xbst file and I get this error:
Invalid XML format (expected >)!

I checked with a XML validator and it said line #21 so I checked it.

This is Line #21:

<panel name="Frag Helper">
<control name="ShowSummonIden" value="0"/>
<control name="HoldTarg" value="0"/>
<control name="ComboEnable" value="0"/>
</panel>


However, I cant find the error. Can anyone help me?

Thanks in advance.

Nakuu
07-14-2013, 09:44 PM
So which one is actually 21st ?

DarkRoses
07-14-2013, 09:52 PM
So which one is actually 21st ?

The first one:p

Nakuu
07-14-2013, 09:53 PM
Can you paste the 20th line as well? :)

DarkRoses
07-14-2013, 11:40 PM
Here it is:


</panel>

DarkRoses
07-15-2013, 12:29 AM
I changed some things in the script, but now I get this error:

Invalid XML format (expected =)!

No, im not using sio in my script.

I'll attach my file here so if someone is willing to take a look at it you're more than welcome to:)


7294

Nakuu
07-15-2013, 12:38 AM
<item text="gotoLabel("start")" tag="254"/>
<item text="gotoLabel("leaveAll")" tag="254"/>

is the problem. Do like this instead:

<item text="!cdataread" tag="254"><![CDATA[gotoLabel("start")]]></item>

DarkRoses
07-15-2013, 12:56 AM
<item text="gotoLabel("start")" tag="254"/>
<item text="gotoLabel("leaveAll")" tag="254"/>

is the problem. Do like this instead:

<item text="!cdataread" tag="254"><![CDATA[gotoLabel("start")]]></item>

Oh okay, thanks man!
Lots of love to you<3

Joshwa534
07-15-2013, 03:29 AM
<item text="gotoLabel("start")" tag="254"/>
<item text="gotoLabel("leaveAll")" tag="254"/>

is the problem. Do like this instead:

<item text="!cdataread" tag="254"><=!=[=C=D=A=T=A=[gotoLabel("start")]=]=></item>

Or do like this:


<item text="gotoLabel('start')" tag="254"/>
<item text="gotoLabel('leaveAll')" tag="254"/>

=]