blob: 8221611e3311c769db364cd33cb818a0a1bf5768 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<root>
<employee id="222">
<name>Joe Smith</name>
<phone-id>123</phone-id>
<address-id>199</address-id>
<phone-id>456</phone-id>
</employee>
<address aid="199">
<street>Some Other St.</street>
<city>Anyothertown</city>
<country>Canada</country>
<zip>X0X0X0</zip>
</address>
<phone-number>
<id>123</id>
<number>613-123-4567</number>
</phone-number>
<phone-number>
<id>456</id>
<number>613-234-5678</number>
</phone-number>
</root>