XML Parsing Error....

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Spellcast Scripting » Other » XML Parsing error....
XML Parsing error....
 Lakshmi.Glaciont
Offline
Server: Lakshmi
Game: FFXI
user: glaciont
Posts: 741
By Lakshmi.Glaciont 2013-03-07 07:16:14
Link | Quote | Reply
 
Hey everyone,

I'm not big on coding, but I'm having an issue with "XML Parsing error: line 0 - failed to open file". I'm not sure how to fix this one : /

Heres the code

Thanks in advance
 Bahamut.Razorback
Offline
Server: Bahamut
Game: FFXI
user: Razorback
Posts: 114
By Bahamut.Razorback 2013-03-07 07:20:09
Link | Quote | Reply
 
Line 0 is something in your include (or lack of include)
 Lakshmi.Glaciont
Offline
Server: Lakshmi
Game: FFXI
user: glaciont
Posts: 741
By Lakshmi.Glaciont 2013-03-07 07:23:22
Link | Quote | Reply
 
Might be a lack of include... i don't understand how to get it : /
 Cerberus.Keeo
Offline
Server: Cerberus
Game: FFXI
Posts: 118
By Cerberus.Keeo 2013-03-07 07:35:59
Link | Quote | Reply
 
Lines 270, 271 272 refer to an include file. Basically another xml with rules in. generally an include file is used where rules can be used on many different spellcasts e.g different jobs.
Either find the include from the same source you got the DRG spellcast or take them lines out.

Cancel rules will probably be auto drop stonskin sneak and shadows when you cast the spell.
Chat rules im not sure about
Return rules are normaly used based on targeting the mob when the spell is for yourself.

Take them lines out and try load again.

*** EDIT ***

Also line 2
Code xml
<spellcast xmlns:xi="http://www.w3.org/2001/XInclude">


Just change to
Code xml
<spellcast>


Im sure it will no longer be looking for an include file then.
 Fenrir.Terminus
Offline
Server: Fenrir
Game: FFXI
user: Terminus
Posts: 3351
By Fenrir.Terminus 2013-03-07 07:36:21
Link | Quote | Reply
 
Lakshmi.Glaciont said: »
Might be a lack of include... i don't understand how to get it : /

Ask the person that wrote the xml you're trying to use for it.
 Lakshmi.Glaciont
Offline
Server: Lakshmi
Game: FFXI
user: glaciont
Posts: 741
By Lakshmi.Glaciont 2013-03-07 07:57:04
Link | Quote | Reply
 
^^ fixed, ty keeo
Offline
Posts: 27
By gmg123 2013-03-07 08:30:17
Link | Quote | Reply
 
http://pastebin.com/9x9RrKFy

here is a link to my includes file, it looks like you are trying to use my drg.xml I didn't po9st my includes before.
Log in to post.