Advertisement
Guest User

Untitled

a guest
Jan 28th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <crew>
  3.   <living>
  4.     <human>
  5.       <person>
  6.         <name>Arthur</name>
  7.         <heads>1</heads>
  8.       </person>
  9.       <person>
  10.         <name>Trillian</name>
  11.         <heads>1</heads>
  12.       </person>
  13.     </human>
  14.       <alien>
  15.         <person>
  16.           <name>Ford</name>
  17.           <heads>1</heads>
  18.         </person>
  19.         <person>
  20.           <name>Zaphod</name>
  21.           <heads>2</heads>
  22.         </person>
  23.         <hyperdimensionalbeing>
  24.           <name>Frankie and Benji</name>
  25.           <heads>2</heads>
  26.         </hyperdimensionalbeing>
  27.       </alien>
  28.     </living>
  29.   <artificial>
  30.     <siriusCybernetics>
  31.       <computer>
  32.         <name>Eddie</name>
  33.         <heads>0</heads>
  34.       </computer>
  35.       <android>
  36.         <name>Marvin</name>
  37.         <heads>1</heads>
  38.       </android>
  39.     </siriusCybernetics>
  40.   </artificial>
  41.   <other>
  42.   </other>
  43. </crew>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement