Skip to content

Instantly share code, notes, and snippets.

@mamona
Created September 17, 2012 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamona/3737884 to your computer and use it in GitHub Desktop.
Save mamona/3737884 to your computer and use it in GitHub Desktop.
Sample Vehicles XML
<?xml version="1.0" encoding="utf-8" ?>
<vehicles>
<cars year="2012" lang="en">
<model id="3">some value</model>
<model id="4">some value</model>
<model id="5">some value</model>
</cars>
<cars year="2012" lang="fr">
<model id="3">some value</model>
<model id="4">some value</model>
<model id="5">some value</model>
</cars>
<cars year="2011" lang="en">
<model id="3">some value</model>
<model id="4">some value</model>
<model id="5">some value</model>
</cars>
<cars year="2011" lang="fr">
<model id="3">some value</model>
<model id="4">some value</model>
<model id="5">some value</model>
</cars>
</vehicles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment