Advertisement
Guest User

Untitled

a guest
Jun 7th, 2010
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <playlist version="1" xmlns="http://xspf.org/ns/0/">
  4.  
  5. <title>Ounage Playlist</title>
  6.  
  7. <creator>Dew</creator>
  8.  
  9. <link>http://www.blup.fr/</link>
  10.  
  11. <info>The Best Playlist for Testing</info>
  12.  
  13. <image>covers/tracklist.jpg</image>
  14.  
  15.  
  16.  
  17. <trackList>
  18.  
  19.  
  20.  
  21. <track>
  22.  
  23. <location>mp3/test1.mp3</location>
  24.  
  25. <creator>Bedrich Smetana</creator>
  26.  
  27. <album>Má Vlast</album>
  28.  
  29. <title>La Moldau (Vltava)</title>
  30.  
  31. <annotation>I love this song</annotation>
  32.  
  33. <duration>32000</duration>
  34.  
  35. <image>covers/1.jpg</image>
  36.  
  37. <info></info>
  38.  
  39. <link>http://fr.wikipedia.org/wiki/M%C3%A1_Vlast_(Smetana)</link>
  40.  
  41. </track>
  42.  
  43.  
  44.  
  45. <track>
  46.  
  47. <location>mp3/test2.mp3</location>
  48.  
  49. <creator>Antonin Dvorak</creator>
  50.  
  51. <album>La Symphonie du Nouveau Monde</album>
  52.  
  53. <title>La Symphonie du Nouveau Monde</title>
  54.  
  55. <annotation></annotation>
  56.  
  57. <duration></duration>
  58.  
  59. <image>covers/2.jpg</image>
  60.  
  61. <info></info>
  62.  
  63. <link>http://fr.wikipedia.org/wiki/Cesaria_Evora</link>
  64.  
  65. </track>
  66.  
  67.  
  68.  
  69. <track>
  70.  
  71. <location>mp3/test3.mp3</location>
  72.  
  73. <creator>Jean-Claude Petit</creator>
  74.  
  75. <album>Le Hussard sur le Toit</album>
  76.  
  77. <title>Le Hussard sur le Toit</title>
  78.  
  79. <annotation></annotation>
  80.  
  81. <duration></duration>
  82.  
  83. <image>covers/3.jpg</image>
  84.  
  85. <info></info>
  86.  
  87. <link></link>
  88.  
  89. </track>
  90.  
  91.  
  92.  
  93. </trackList>
  94.  
  95. </playlist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement