Show spells.dtd syntax highlighted
<?xml version="1.0" encoding="utf-8"?>
<!-- Document Type Definition External Subset for Daimonin spells file.
- Author: <a href="mailto:chris@itcqis.com">Christian Hujer</a>
-->
<!-- spells
- Containts: spell elements (any number)
-->
<!ELEMENT spells (spell*)>
<!-- spell defines a single spell with its number.
- @id must be a unique number, starting with 0.
- @name must be a string
-->
<!ELEMENT spell EMPTY>
<!ATTLIST spell
id CDATA #REQUIRED
name CDATA #REQUIRED
>
See more files for this project here