<?xml version="1.0" ?>
<?xml-stylesheet rel="stylesheet" type="text/css" href="cdcat.css" ?>
<catalog>
  <cd>
    <title> Revolver </title>
    <artist> The Beatles </artist>
    <year> 1966 </year>
    <genre> Rock </genre> 
    <rating> 5 </rating>
  </cd>
  <cd>
    <title> A Love Supreme </title>
    <artist> John Coltrane </artist>
    <year> 1964 </year>
    <genre> Jazz </genre> 
    <rating> 5 </rating>
  </cd>
</catalog>

