Skip to content

Instantly share code, notes, and snippets.

@poundifdef
Created February 25, 2013 18:30
Show Gist options
  • Save poundifdef/5032063 to your computer and use it in GitHub Desktop.
Save poundifdef/5032063 to your computer and use it in GitHub Desktop.
<?xml version="1.0" ?>
<TrackResponse>
<!-- ...snip... -->
<ShipTo>
<Address>
<City>Timonium</City>
<StateProvinceCode>MD</StateProvinceCode>
<CountryCode>US</CountryCode>
</Address>
</ShipTo>
<Service>
<Code>03</Code>
<Description>Ground</Description>
</Service>
<Package>
<TrackingNumber>1Z9999999999999999</TrackingNumber>
<Activity>
<ActivityLocation>
<Address>
<City>Timonium</City>
<StateProvinceCode>MD</StateProvinceCode>
<CountryCode>US</CountryCode>
</Address>
<Code>DL</Code>
<Description>Delivered</Description>
</ActivityLocation>
<!-- ...more package activity... -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment