<?xml version="1.0" ?>
<!-- MyNote.xml: A Database in XML.       R.S. Freedman 6 December 1999 -->
<!-- Includes Document Type Definition (dtd) and html Style Sheet (xsl) -->
<!DOCTYPE Collection SYSTEM "MyNote.dtd">       
<?xml-stylesheet type="text/xsl" href="MyNote.xsl"?>
<!-- Here is the marked up Data: -->
<note> 
<to>Marie</to>
<from>Kelman</from>
<heading>Reminder</heading>
<body> Don't forget to buy another 300 IBM!</body>
</note>


