Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.57 KB | None | 0 0
  1. <survivor>
  2.   <tribe>
  3.     <color>red</color>
  4.     <contestant id="jhon" address="texas">
  5.       <name>Jhon</name>
  6.       <age>70</age>
  7.     </contestant>
  8.     <contestant id="galn" address="arizona">
  9.       <name>Glan</name>
  10.       <age>12</age>
  11.     </contestant>
  12.   </tribe>
  13.   <tribe>
  14.     <color>blue</color>
  15.     <contestant id="zoye" address="new-york">
  16.       <name>Zoye</name>
  17.       <age>12</age>
  18.     </contestant>
  19.   </tribe>
  20.  
  21.   <chapter cid="c1">
  22.     <task winner="jhon">
  23.       <number>1</number>
  24.     </task>
  25.     <name>Chapter1</name>
  26.   </chapter>
  27. </survivor>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement