Created
October 29, 2012 15:50
-
-
Save spdustin/3974306 to your computer and use it in GitHub Desktop.
XML Sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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