saasbook

movies.xml

Mar 13th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <movies>
  2.   <movie id="1">
  3.     <title>Gone With the Wind</title>
  4.     <rating>G</rating>
  5.     <releasedate>1939-12-15</releasedate>
  6.     <description>An American classic...</description>
  7.   </movie>
  8.   <movie id="2">
  9.     <title>Casablanca</title>
  10.     <rating>PG</rating>
  11.     <releasedate>1942-11-26</releasedate>
  12.     <description>Casablanca is a classic...</description>
  13.   </movie>
  14. </movies>
Add Comment
Please, Sign In to add comment