Guest User

Kod - XML

a guest
Jan 29th, 2023
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xml" href="movies.xsl"?>
  3. <BestMovies>
  4.  
  5. <movie type="lightgray" genre = "drama" time="142min">
  6. <title> The Shawshank Redemption </title>
  7. <year> 1994 </year>
  8. <filmDirector> Frank Darabont </filmDirector>
  9. <country> USA </country>
  10. <filmweb_rating> 8.76 </filmweb_rating>
  11. <photo> https://upload.wikimedia.org/wikipedia/en/8/81/ShawshankRedemptionMoviePoster.jpg </photo>
  12. </movie>
  13.  
  14. <movie type="cyan" genre = "action">
  15. <title> Gladiator </title>
  16. <year> 2000 </year>
  17. <filmDirector> Ridley Scott </filmDirector>
  18. <country> USA, Great Britain, Malta, Morocco </country>
  19. <filmweb_rating> 8.09 </filmweb_rating>
  20. <photo> https://fwcdn.pl/fpo/09/36/936/8022172.3.jpg </photo>
  21. </movie>
  22.  
  23. <movie type="white" genre = "crime">
  24. <title> The Godfather </title>
  25. <year> 1972 </year>
  26. <filmDirector> Francis Ford Coppola </filmDirector>
  27. <country> USA </country>
  28. <filmweb_rating> 8.59 </filmweb_rating>
  29. <photo> https://m.media-amazon.com/images/M/MV5BM2MyNjYxNmUtYTAwNi00MTYxLWJmNWYtYzZlODY3ZTk3OTFlXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_.jpg </photo>
  30. </movie>
  31.  
  32. <movie type="pink" genre = "drama">
  33. <title> Fight Club </title>
  34. <year> 1999 </year>
  35. <filmDirector> David Fincher </filmDirector>
  36. <country> USA, Germany </country>
  37. <filmweb_rating> 8.25 </filmweb_rating>
  38. <photo> https://m.media-amazon.com/images/M/MV5BNDIzNDU0YzEtYzE5Ni00ZjlkLTk5ZjgtNjM3NWE4YzA3Nzk3XkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_.jpg </photo>
  39. </movie>
  40.  
  41. <movie type="yellow" genre = "war">
  42. <title> Hacksaw Ridge </title>
  43. <year> 2016 </year>
  44. <filmDirector> Mel Gibson </filmDirector>
  45. <country> USA, Australia </country>
  46. <filmweb_rating> 8.10 </filmweb_rating>
  47. <photo> https://m.media-amazon.com/images/M/MV5BMjQ1NjM3MTUxNV5BMl5BanBnXkFtZTgwMDc5MTY5OTE@._V1_.jpg </photo>
  48. </movie>
  49.  
  50. <movie type="brown" genre = "thriller">
  51. <title> Sleepers </title>
  52. <year> 1996 </year>
  53. <filmDirector> Barry Levinson </filmDirector>
  54. <country> USA </country>
  55. <filmweb_rating> 7.92 </filmweb_rating>
  56. <photo> https://m.media-amazon.com/images/I/51yiHQ31s6L._AC_SY1000_.jpg </photo>
  57. </movie>
  58.  
  59. <movie type="plum" genre = "sci-fi">
  60. <title> Interstellar </title>
  61. <year> 2014 </year>
  62. <filmDirector> Christopher Nolan </filmDirector>
  63. <country> USA, Great Britain </country>
  64. <filmweb_rating> 7.89 </filmweb_rating>
  65. <photo> https://fwcdn.pl/fpo/56/29/375629/7670122.3.jpg </photo>
  66. </movie>
  67.  
  68. <movie type="tomato" genre = "mystery">
  69. <title> Shutter Island </title>
  70. <year> 2010 </year>
  71. <filmDirector> Martin Scorsese </filmDirector>
  72. <country> USA </country>
  73. <filmweb_rating> 8.15 </filmweb_rating>
  74. <photo> https://m.media-amazon.com/images/M/MV5BYzhiNDkyNzktNTZmYS00ZTBkLTk2MDAtM2U0YjU1MzgxZjgzXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg </photo>
  75. </movie>
  76.  
  77. <movie type="grey" genre = "crime" time="122min">
  78. <title> Joker </title>
  79. <year> 2019 </year>
  80. <filmDirector> Todd Phillips </filmDirector>
  81. <country> USA, Canada </country>
  82. <filmweb_rating> 8.23 </filmweb_rating>
  83. <photo> https://fwcdn.pl/fpo/01/67/810167/7905225.3.jpg </photo>
  84. </movie>
  85.  
  86. <movie type="greenyellow" genre = "sport">
  87. <title> Rocky </title>
  88. <year> 1976 </year>
  89. <filmDirector> John G. Avildsen </filmDirector>
  90. <country> USA </country>
  91. <filmweb_rating> 7.68 </filmweb_rating>
  92. <photo> https://fwcdn.pl/fpo/91/90/9190/7978038.3.jpg </photo>
  93. </movie>
  94.  
  95. <movie type="lightgrey" genre = "drama">
  96. <title> Forrest Gump </title>
  97. <year> 1994 </year>
  98. <filmDirector> Robert Zemeckis </filmDirector>
  99. <country> USA </country>
  100. <filmweb_rating> 8.52 </filmweb_rating>
  101. <photo> https://fwcdn.pl/fpo/09/98/998/8021615.3.jpg </photo>
  102. </movie>
  103.  
  104. <movie type="moccasin" genre = "drama">
  105. <title> One Flew Over the Cuckoo's Nest </title>
  106. <year> 1975 </year>
  107. <filmDirector> Milos Forman </filmDirector>
  108. <country> USA </country>
  109. <filmweb_rating> 8.43 </filmweb_rating>
  110. <photo> https://upload.wikimedia.org/wikipedia/en/2/26/One_Flew_Over_the_Cuckoo%27s_Nest_poster.jpg </photo>
  111. </movie>
  112.  
  113. </BestMovies>
Add Comment
Please, Sign In to add comment