Skip to content

Instantly share code, notes, and snippets.

@justonefixxxx
Last active December 10, 2015 21:18
Show Gist options
  • Save justonefixxxx/4494478 to your computer and use it in GitHub Desktop.
Save justonefixxxx/4494478 to your computer and use it in GitHub Desktop.
<?xml version="1.1" encoding="utf-8"?>
<!ELEMENT library (book)*>
<!ELEMENT book (author|title|description|release)*>
<!ATTLIST book
id CDATA #REQUIRED>
<!ELEMENT author (#PCDATA)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT release (#PCDATA)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment