<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="musique1.xsl"?>

<catalog>
  <owner>Vincent Vega</owner>
  <collection> 
	<name>Rock</name>
  <album>
      <title>Violet Hill</title>
      <author>Cold Play</author>
      <shop  link="http://www.amazon.com">AMAZON</shop>
      <type  taille="single">CD</type>
      <price curr="DOL">18 </price>
  </album>
  <album>
      <title>Child in time</title>
      <author>Deep Purple </author>
      <shop  link="http://www.fnac.com">FNAC</shop>
      <type  taille="longplay">CD</type>
      <price curr="EUR">20 </price>
  </album>
  <album>
      <title>Led Zeppelin </title>
      <author>Led Zeppelin </author>
      <shop  link="http://www.amazon.com">AMAZON</shop>
      <type  taille="longplay">DVD</type>
      <price curr="EUR">16 </price>
  </album>
	</collection>

  <collection> 
	<name>Pop</name>
  <album>
      <title>Greatest hits</title>
      <author>ABBA</author>
      <shop  link="http://www.fnac.com">FNAC</shop>
      <type  taille="longplay">CD</type>
      <price curr="EUR">14 </price>
  </album>
  <album>
      <title>Somebody to love</title>
      <author>Queen</author>
      <shop  link="http://www.fnac.com">FNAC</shop>
      <type  taille="longplay">CD</type>
      <price curr="EUR">22 </price>
  </album>
	</collection>
</catalog>
