Skip to content

Instantly share code, notes, and snippets.

@pchatterjee
Created November 10, 2018 21:04
Show Gist options
  • Select an option

  • Save pchatterjee/5096454f7ee492f7f0d82e0138df733a to your computer and use it in GitHub Desktop.

Select an option

Save pchatterjee/5096454f7ee492f7f0d82e0138df733a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<customers>
<customer>id="75035578"> <name>
<first>Joseph</first>
<middle>Michael</middle>
<last>Bloggs</last>
<preferred>Joe</preferred>
<title>Mr</title>
</name>
<address>
<street>2 Gloucester Road</street>
<street/>
<city>Bristol</city>
<county>Avon</county>
<postcode>BS2 4QS</postcode>
</address>
<tel>
<home>0117 9541054</home>
<mobile>07710 234674</mobile>
</tel>
<email>joe.bloggs@email.com</email>
<reviews>
<review product-id="2" score="5"/>
<review product-id="3" score="3"/>
</reviews>
</customer>
<customer>id="83559087"> <name><first>Mary</first>
<middle/>
<last>Poppins</last>
<preferred>Mae</preferred>
<title>Ms</title>
</name>
<address>
<street>44 Turnpike Lane</street>
<street/>
<city>London</city>
<county/>
<postcode>SE17 4AS</postcode>
</address>
<tel>
<home>0208 4431010</home>
<mobile>07790 35678</mobile>
</tel>
<email>mae.poppins@email.com</email>
<reviews>
<review product-id="2" score="3"/>
<review product-id="3" score="4"/>
</reviews>
</customer>
</customers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment