1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-01-28 13:42:47 +00:00

Add XML validation for templates

This commit adds an XSD file for each template type to that validation
can take place. If there is any error in XML files, it can be easily
detected by reading the error in the validation log.
This commit is contained in:
2011-09-19 00:22:23 -03:00
parent eac9bde6c1
commit 08adecd6a0
18258 changed files with 18769 additions and 18502 deletions

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12780" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Baby Buffalo</name>
<level>25</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12781" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Baby Kookaburra</name>
<level>25</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="12782" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Baby Cougar</name>
<level>25</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="16034" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Improved Baby Buffalo</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="16035" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Improved Baby Kookaburra</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="16036" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Improved Baby Cougar</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="16045" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">White Weasel</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="16046" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Fairy Princess</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="16051" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Spirit Shaman</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="16052" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Toy Knight</name>
<level>55</level>

View File

@@ -2,7 +2,7 @@
<npc
controller="com.l2jserver.model.world.npc.controller.NotImplementedNPCController"
id="16053" xsi:schemaLocation="npc ../../npc.xsd"
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
<info aggressive="false" targetable="true" attackable="true">
<name display="true" send="false">Turtle Ascetic</name>
<level>55</level>