Created
May 17, 2009 20:12
-
-
Save sprsquish/113152 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0"?> | |
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment