Skip to content

Instantly share code, notes, and snippets.

@joubin
Created December 13, 2018 18:24
Show Gist options
  • Save joubin/af2e99fc15b66ce73c6128cd80488273 to your computer and use it in GitHub Desktop.
Save joubin/af2e99fc15b66ce73c6128cd80488273 to your computer and use it in GitHub Desktop.
<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE author [
<!ELEMENT author (#PCDATA)>
<!ELEMENT foo ANY >
<!ENTITY js "Testing 123">
<!ENTITY test "something">
]>
<foo>
<author>&test;</author>
<foo>&js;</foo>
</foo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment