<?xml version="1.0" encoding="UTF-8" ?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
    <title>Sample XSPF Playlist</title>
    <info>http://www.jeroenwijering.com/?item=Flash_MP3_Player</info>
    <trackList>



  		<!-- You need one of these blocks of code for each song in your playlist. --> 
  		<!-- You can simply copy-paste one of these blocks to add a song. --> 
        <track>
        	<!-- here you insert your song's title --> 
            <annotation>Escorpion</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>musica/track01.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link --> 
            <identifier>Escorpion</identifier>
        	<!-- here you insert the location of the cover art jpg, or leave it blank --> 
			
        </track>
      
		 

         
    </trackList>
</playlist>