Skip to content

Instantly share code, notes, and snippets.

@cpsievert
Last active August 29, 2015 14:06
Show Gist options
  • Save cpsievert/3a9a199ccddab114c5f4 to your computer and use it in GitHub Desktop.
Save cpsievert/3a9a199ccddab114c5f4 to your computer and use it in GitHub Desktop.
<mariokart>
<driver name="Bowser" occupation="Koopa">
<vehicle model="Wario Bike">
<stats>
<speed>40</speed>
<weight>60</weight>
<drift>25</drift>
</stats>
</vehicle>
<vehicle model="Piranha Prowler">
<stats>
<speed>55</speed>
<weight>67</weight>
<drift>35</drift>
</stats>
</vehicle>
</driver>
<driver name="Peach" occupation="Princess">
<vehicle model="Royal Racer">
<stats>
<speed>34</speed>
<weight>24</weight>
<drift>32</drift>
</stats>
</vehicle>
</driver>
</mariokart>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment