Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created January 16, 2020 09:52
Show Gist options
  • Save uncoded-ro/d409fb9d2e001c0a3b59010f05780a6b to your computer and use it in GitHub Desktop.
Save uncoded-ro/d409fb9d2e001c0a3b59010f05780a6b 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 | signature)*>
<!ELEMENT signature (#PCDATA)>
<!ATTLIST email id1 CDATA #REQUIRED>
]>
<email id1="368">
<to>webmaster@virtualcampus.ro</to>
<from>virgil.popescu@virtualcampus.ro</from>
<subject>Test</subject>
<body>
Test my email account.
<signature>Virgil Popescu</signature>
</body>
</email>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment