mihai-rotaru

movies.xml

Nov 26th, 2011
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <movies>
  3.     <movie >
  4.         <title>Hunger</title>
  5.         <rating>7.6</rating>
  6.         <price>15.00</price>
  7.         <year>2008</year>
  8.     </movie>
  9.     <movie>
  10.         <title>Year One</title>
  11.         <rating>5.0</rating>
  12.         <price>12.00</price>
  13.         <year>2011</year>
  14.     </movie>
  15.     <movie>
  16.         <title>Pulp Fiction</title>
  17.         <rating>9.0</rating>
  18.         <price>10.00</price>
  19.         <year>1994</year>
  20.     </movie>
  21.     <movie>
  22.         <title>The Godfather</title>
  23.         <rating>9.2</rating>
  24.         <price>15.00</price>
  25.         <year>1972</year>
  26.     </movie>
  27.     <movie>
  28.         <title>Apocalypto</title>
  29.         <rating>7.8</rating>
  30.         <price>17.00</price>
  31.         <year>2006</year>
  32.     </movie>
  33. </movies>
Add Comment
Please, Sign In to add comment