Show storage.dtd syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT root (dir|txt|exe)+>
<!ELEMENT dir (dir|exe|txt)*>
<!ATTLIST dir name CDATA #REQUIRED>
<!ELEMENT exe EMPTY>
<!ATTLIST exe name CDATA #REQUIRED>
<!ATTLIST exe class CDATA #REQUIRED>
<!ELEMENT txt (#PCDATA)>
<!ATTLIST txt name CDATA #REQUIRED>
See more files for this project here