Skip to content

Instantly share code, notes, and snippets.

@veewee
Created December 18, 2015 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veewee/0a61bae1ca60b7a7d027 to your computer and use it in GitHub Desktop.
Save veewee/0a61bae1ca60b7a7d027 to your computer and use it in GitHub Desktop.
Used for XML validation tests
<!ELEMENT note (to,from,heading,body)>
<!ELEMENT to (#PCDATA)>
<!ELEMENT from (#PCDATA)>
<!ELEMENT heading (#PCDATA)>
<!ELEMENT body (#PCDATA)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment