Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.15 KB | None | 0 0
  1. <collezionedischi>
  2. <album>
  3.         <nome> Parachutes </nome>
  4.         <autore tipo="gruppo"> Coldplay </autore>
  5.         <canzone>
  6.             <titolo> PCanzone1 </titolo>
  7.             <duratasecondi> 180 </duratasecondi>
  8.         </canzone>
  9.         <canzone>
  10.             <titolo> PCanzone2 </titolo>
  11.             <duratasecondi> 190 </duratasecondi>
  12.         </canzone>
  13.         <annorilascio> 2000 </annorilascio>
  14.         <copievendute> 3000000 </copievendute>
  15.     </album>
  16.  
  17.     <album>
  18.         <nome> Nevermind </nome>
  19.         <autore tipo = "gruppo"> Nirvana </autore>
  20.         <canzone>
  21.             <titolo> NCanzone1 </titolo>
  22.             <duratasecondi> 200 </duratasecondi>
  23.         </canzone>
  24.         <canzone>
  25.             <titolo> NCanzone2 </titolo>
  26.             <duratasecondi> 320 </duratasecondi>
  27.         </canzone>
  28.         <annorilascio> 1991 </annorilascio>
  29.         <copievendute> 10000000 </copievendute>
  30.     </album>
  31.     <album>
  32.         <nome> Emozioni </nome>
  33.         <autore tipo = "solista">Battisti </autore>
  34.         <canzone>
  35.             <titolo> ECanzone1 </titolo>
  36.             <duratasecondi> 230 </duratasecondi>
  37.         </canzone>
  38.         <canzone>
  39.             <titolo> ECanzone2 </titolo>
  40.             <duratasecondi> 180 </duratasecondi>
  41.         </canzone>
  42.         <annorilascio> 1970 </annorilascio>
  43.         <copievendute> 1000000 </copievendute>
  44.     </album>
  45.  
  46. </collezionedischi>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement