Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?xml-stylesheet href="estilodiscoteca2.xsl" type="text/xsl" ?>
  4. <catalog>
  5. <cd>
  6. <title>Empire Burlesque</title>
  7. <artist>Bob Dylan</artist>
  8. <country>USA</country>
  9. <company>Columbia</company>
  10. <price>10.90</price>
  11. <year>1985</year>
  12. </cd>
  13. <cd>
  14. <title> Hide your heart</title>
  15. <artist>Bonnie Tyler</artist>
  16. <country>UK</country>
  17. <company>CBS Records</company>
  18. <price>9.90</price>
  19. <year>1988</year>
  20. </cd>
  21. <cd>
  22. <title>Greatest Hits</title>
  23. <artist>Dolly Parton</artist>
  24. <country>USA</country>
  25. <company>RCA</company>
  26. <price>9.90</price>
  27. <year>1982</year>
  28. </cd>
  29. <cd>
  30. <title>Still got the blues</title>
  31. <artist>Gary Moore</artist>
  32. <country>UK</country>
  33. <company>Virgin records</company>
  34. <price>10.20</price>
  35. <year>1990</year>
  36. </cd>
  37. <cd>
  38. <title>Eros</title>
  39. <artist>Eros Ramazzotti</artist>
  40. <country>EU</country>
  41. <company>BMG</company>
  42. <price>9.90</price>
  43. <year>1997</year>
  44. </cd>
  45. <cd>
  46. <title>One night only</title>
  47. <artist>Bee Gees</artist>
  48. <country>UK</country>
  49. <company>Polydor</company>
  50. <price>10.90</price>
  51. <year>1998</year>
  52. </cd>
  53. <cd>
  54. <title>Sylvias Mother</title>
  55. <artist>Dr.Hook</artist>
  56. <country>UK</country>
  57. <company>CBS</company>
  58. <price>8.10</price>
  59. <year>1973</year>
  60. </cd>
  61. <cd>
  62. <title>Maggie May</title>
  63. <artist>Rod Stewart</artist>
  64. <country>UK</country>
  65. <company>Pickwick</company>
  66. <price>8.50</price>
  67. <year>1990</year>
  68. </cd>
  69. <cd>
  70. <title>Romanza</title>
  71. <artist>Andrea Bocelli</artist>
  72. <country>EU</country>
  73. <company>Polydor</company>
  74. <price>10.80</price>
  75. <year>1996</year>
  76. </cd>
  77. <cd>
  78. <title>When a man loves a woman</title>
  79. <artist>Percy Sledge</artist>
  80. <country>USA</country>
  81. <company>Atlantic</company>
  82. <price>8.70</price>
  83. <year>1987</year>
  84. </cd>
  85. <cd>
  86. <title>Black angel</title>
  87. <artist>Savage Rose</artist>
  88. <country>EU</country>
  89. <company>Mega</company>
  90. <price>10.90</price>
  91. <year>1995</year>
  92. </cd>
  93. <cd>
  94. <title>1999 Grammy Nominees</title>
  95. <artist>Many</artist>
  96. <country>USA</country>
  97. <company>Grammy</company>
  98. <price>10.20</price>
  99. <year>1999</year>
  100. </cd>
  101. <cd>
  102. <title>For the good times</title>
  103. <artist>Kenny Rogers</artist>
  104. <country>UK</country>
  105. <company>Mucik Master</company>
  106. <price>8.70</price>
  107. <year>1995</year>
  108. </cd>
  109. <cd>
  110. <title>Big Willie style</title>
  111. <artist>Will Smith</artist>
  112. <country>USA</country>
  113. <company>Columbia</company>
  114. <price>9.90</price>
  115. <year>1997</year>
  116. </cd>
  117. <cd>
  118. <title>Tupelo Honey</title>
  119. <artist>Van Morrison</artist>
  120. <country>UK</country>
  121. <company>Polydor</company>
  122. <price>8.20</price>
  123. <year>1971</year>
  124. </cd>
  125. <cd>
  126. <title>Soulsville</title>
  127. <artist>Jorn Hoel</artist>
  128. <country>Norway</country>
  129. <company>WEA</company>
  130. <price>7.90</price>
  131. <year>1996</year>
  132. </cd>
  133. <cd>
  134. <title>The very best of</title>
  135. <artist>Cat Stevens</artist>
  136. <country>UK</country>
  137. <company>Island</company>
  138. <price>8.90</price>
  139. <year>1990</year>
  140. </cd>
  141. <cd>
  142. <title>Stop</title>
  143. <artist>Sam Brown</artist>
  144. <country>UK</country>
  145. <company>A and M</company>
  146. <price>8.90</price>
  147. <year>1988</year>
  148. </cd>
  149. <cd>
  150. <title>Bridge of Spies</title>
  151. <artist>T`Pau</artist>
  152. <country>UK</country>
  153. <company>Siren</company>
  154. <price>7.90</price>
  155. <year>1987</year>
  156. </cd>
  157. <cd>
  158. <title>Private Dancer</title>
  159. <artist>Tina Turner</artist>
  160. <country>UK</country>
  161. <company>Capitol</company>
  162. <price>8.90</price>
  163. <year>1983</year>
  164. </cd>
  165. <cd>
  166. <title>Midt om natten</title>
  167. <artist>Kim Larsen</artist>
  168. <country>EU</country>
  169. <company>Medley</company>
  170. <price>7.80</price>
  171. <year>1983</year>
  172. </cd>
  173. <cd>
  174. <title>Pavarotti Gala Concert</title>
  175. <artist>Luciano Pavarotti</artist>
  176. <country>UK</country>
  177. <company>DECCA</company>
  178. <price>9.90</price>
  179. <year>1991</year>
  180. </cd>
  181. <cd>
  182. <title>The dock of the bay</title>
  183. <artist>Otis Redding</artist>
  184. <country>USA</country>
  185. <company>Stax Records</company>
  186. <price>7.90</price>
  187. <year>1968</year>
  188. </cd>
  189. <cd>
  190. <title>Picture book</title>
  191. <artist>Simply Red</artist>
  192. <country>EU</country>
  193. <company>Elektra</company>
  194. <price>7.20</price>
  195. <year>1985</year>
  196. </cd>
  197. <cd>
  198. <title>Red</title>
  199. <artist>The Communards</artist>
  200. <country>UK</country>
  201. <company>London</company>
  202. <price>7.80</price>
  203. <year>1987</year>
  204. </cd>
  205. <cd>
  206. <title>Unchain my heart</title>
  207. <artist>Joe Cocker</artist>
  208. <country>USA</country>
  209. <company>EMI</company>
  210. <price>8.20</price>
  211. <year>1987</year>
  212. </cd>
  213. </catalog>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement