Example: E-Mail Document in XML
<!-- This is a sample email data file -->
<!DOCTYPE mail SYSTEM "email.dtd" [
<!ENTITY ingo "Ingo.Macherius@tu-clausthal.de" >
<!ENTITY henning "hb@ix.heise.de" > ]>
<Recipient>&henning;</Recipient>
<Date>Mon, 21 Apr 1997 09:27:55 +0200</Date>
<Subject>XML literature</Subject>
<p>Hello Mr <Name>Behme</Name>,</p>
<p>Please read <Name>Jon Bosak</Name>'s introductory text</p>
<p>"SGML, Java and the Future of the Web"</p>
<p><Name>Ingo Macherius</Name></p>