<?xml version="1.0" ?>
<!-- This is our first sample of XML code. The filename is firstxml.xml. --> 
<email>
<to>STUDENT</to>
<from>AUTHOR</from>
<date>November 4, 2000</date>
<subject>Introduction to XML</subject>
<body>Welcome to XML!</body>
</email>

