Skip to content

Instantly share code, notes, and snippets.

@zackchandler
Created December 16, 2009 21:42
Show Gist options
  • Save zackchandler/258205 to your computer and use it in GitHub Desktop.
Save zackchandler/258205 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<customer>
<name>ABC Company</name>
<service_address>123 First St</service_address>
<service_city>Fudge</service_city>
<service_state>CA</service_state>
<service_zip_code>55555</service_zip_code>
<primary_contact_attributes>
<first_name>John</first_name>
<last_name>Doe</last_name>
<phone1>555-1234</phone1>
<phone1_type>work</phone1_type>
<email1>[email protected]</email1>
<primary>true</primary>
</primary_contact_attributes>
</customer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment