Show image-data.dtd syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT image-data (image)+>
<!ELEMENT image (filename|x|y|width|height)>
<!ATTLIST image name CDATA #REQUIRED>
<!ELEMENT filename EMPTY>
<!ELEMENT x EMPTY>
<!ELEMENT y EMPTY>
<!ELEMENT width EMPTY>
<!ELEMENT height EMPTY>
See more files for this project here