<?xml version="1.0" ?>
<?xml-stylesheet href="http://www.cs.usfca.edu/~brooks/temp/xmltoxml3.xslt" type="application/xsl"?>
<catalog>
  <song>
    <title> Tomorrow Never Knows </title>
    <artist> Beatles </artist> 
    <album> Revolver </album>
    <genre> Rock </genre> 
    <rating> 5 </rating> 
    <length> 2:57 </length>
    <date> 
       <day> 6 </day>
       <month> Feb </month>
       <year> 2005 </year>
     </date>
   </song> 

  <song>
    <title> Glass Onion </title>
    <artist> Beatles </artist> 
    <album> White Album </album>
    <genre> Rock </genre> 
    <rating> 4 </rating> 
    <length> 2:17 </length>
    <date> 
       <day> 4 </day>
       <month> Feb </month>
       <year> 2005 </year>
     </date>
   </song> 

  <song>
    <title> Moment's Notice</title>
    <artist> John Coltrane </artist> 
    <album> Blue Train </album>
    <genre> Jazz </genre> 
    <rating> 4 </rating> 
    <length> 9:09 </length>
    <date> 
       <day> 1 </day>
       <month> Jan </month>
       <year> 2005 </year>
     </date>
   </song> 

  <song>
    <title> A Boy Named Sue </title>
    <artist> Johnny Cash </artist> 
    <album> Live at San Quentin </album>
    <genre> Country </genre> 
    <rating> 3.5 </rating> 
    <length> 3:58 </length>
    <date> 
       <day> 3 </day>
       <month> Feb </month>
       <year> 2005 </year>
     </date>
   </song> 

  <song>
    <title> I Am a Scientist </title>
    <artist> Guided By Voices </artist> 
    <album> Bee Thousand </album>
    <genre> Indie Rock </genre> 
    <rating> 5 </rating> 
    <length> 2:24 </length>
    <date> 
       <day> 1 </day>
       <month> Feb </month>
       <year> 2005 </year>
     </date>
   </song> 
  <song>
    <title>  Evening Star </title>
    <artist>Fripp/Eno </artist> 
    <album> Evening Star </album>
    <genre> Ambient </genre> 
    <rating> 4 </rating> 
    <length> 7:48 </length>
    <date> 
       <day> 1 </day>
       <month> Feb </month>
       <year> 2005 </year>
     </date>
   </song> 
  <song>
    <title> West Palm Beach </title>
    <artist> Palace </artist> 
    <album> Lost Blues and Other Songs</album>
    <genre>  Rock </genre> 
    <rating> 5 </rating> 
    <length> 4:57 </length>
    <date> 
       <day> 1 </day>
       <month> Feb </month>
       <year> 2005 </year>
     </date>
   </song> 
  <song>
    <title> Taa Deem  </title>
    <artist> Nusrat Fateh Ali Khan </artist> 
    <album> Mustt Mustt </album>
    <genre> Qawwali </genre> 
    <rating> 4 </rating> 
    <length> 4:47 </length>
    <date> 
       <day> 6 </day>
       <month> Feb </month>
       <year> 2005 </year>
     </date>
   </song> 




</catalog>

