Advertisement
Guest User

XML

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