Last active
December 10, 2015 21:18
-
-
Save justonefixxxx/4494478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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