<?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>


		<track>
            <annotation>01. La contemplation</annotation>
            <location>mp3/01-La-Contemplation_ben_edit.mp3</location>
			
            
        </track>

  		<!-- 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>02. Escalator</annotation>
        	<!-- here you insert the location of your mp3 file --> 
            <location>mp3/02-Escalator_edit.mp3</location>
        	<!-- here you insert a link for this song, or leave it blank for no link
            <info>../rr1t.html</info> --> 
        </track>
        <!-- this is the end of the code for one song --> 
        
       
		<track>
            <annotation>03. Rends-moi l‘amour</annotation>
            <location>mp3/03-Rends_moi_edit.mp3</location>
			
            
        </track>
		
		<track>
            <annotation>04. Matériel</annotation>
            <location>mp3/04-Materiel_edit.mp3</location>
			
            
        </track>

		<track>
            <annotation>05. Trouble comportemental</annotation>
            <location>mp3/05-Trouble_comportental_edit.mp3</location>
			
            
        </track>

		<track>
            <annotation>06. Le voyageur</annotation>
            <location>mp3/06-Le_Voyageur_edit.mp3</location>
			
            
        </track>
		 
		 
    </trackList>
</playlist>