Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created December 1, 2009 19:05
Show Gist options
  • Select an option

  • Save coderberry/246538 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/246538 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<order>
<company-id>1</company-id>
<shipping-profile>t1</shipping-profile>
<shipping-full-name>John Doe</shipping-full-name>
<shipping-care-of/>
<shipping-address-1>123 Easy St</shipping-address-1>
<shipping-address-2/>
<shipping-city>Eau Claire</shipping-city>
<shipping-state>WI</shipping-state>
<shipping-zip>77593</shipping-zip>
<shipping-country>US</shipping-country>
<items>
<item>
<inventory-item-id>1</inventory-item-id>
<quantity>1</quantity>
</item>
<item>
<inventory-item-id>2</inventory-item-id>
<quantity>1</quantity>
</item>
<item>
<inventory-item-id>3</inventory-item-id>
<quantity>3</quantity>
</item>
</items>
</order>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment