Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 16, 2020 11:00
Show Gist options
  • Save uncoded-ro/4b91d1e3eb2e289d731e6b67d80f3d19 to your computer and use it in GitHub Desktop.
Save uncoded-ro/4b91d1e3eb2e289d731e6b67d80f3d19 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE email [
<!ELEMENT email (to, from, subject, body)>
<!ELEMENT to (#PCDATA)>
<!ELEMENT from (#PCDATA)>
<!ELEMENT subject (#PCDATA)>
<!ELEMENT body (#PCDATA)>
<!ATTLIST email id CDATA #REQUIRED>
]>
<email id="368">
<to>webmaster@virtualcampus.ro</to>
<from>virgil.popescu@virtualcampus.ro</from>
<subject>Test</subject>
<body>
Test my email account.
</body>
</email>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment