Skip to content

Instantly share code, notes, and snippets.

@flavorjones
Forked from sprsquish/gist:113152
Created May 17, 2009 22:30
Show Gist options
  • Save flavorjones/113193 to your computer and use it in GitHub Desktop.
Save flavorjones/113193 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<inventory xmlns="http://alicesautosupply.example.com/">
<tire name="super slick racing tire" />
<tire name="all weather tire" />
</inventory>
<inventory xmlns="http://bobsbikes.com">
<tire name="narrow street tire" />
<tire name="mountain trail tire" />
</inventory>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment