<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE memo SYSTEM "memoDTD.dtd">
<memo>
  <from>College President</from>
  <to>
    <name>Faculty</name>
  </to>
  <to>
    <name>Students</name>
  </to>
  <to>
    <department>Computer Science</department>
  </to>
  <body>
  Here is a very important message for all members of the
  College community. Blah, blah, blah...
  </body>
  <priority><high/></priority>
</memo>