Skip to content

Instantly share code, notes, and snippets.

@spdustin
Created October 29, 2012 15:50
Show Gist options
  • Save spdustin/3974306 to your computer and use it in GitHub Desktop.
Save spdustin/3974306 to your computer and use it in GitHub Desktop.
XML Sample
<cars>
<car make="Ford" model="Pinto">
<passenger name="Dustin" />
<passenger name="Graham" />
</car>
<car make="Toyota" model="Prius" />
<car make="Nissan" model="Sentra" />
</cars>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment