blob: f57b45b9c49df54d3e1e8f533c0abcaf19d87e13 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<root>
<!-- A Comment here for fun -->
<employee id="222">
<name>Joe Smith</name>
<unmapped-elem>Text Text</unmapped-elem>
<address-id>199</address-id>
<unmapped-elem>More Text</unmapped-elem>
</employee>
<address aid="199">
<!-- Address Comment -->
<street>Some Other St.</street>
<city>Anyothertown</city>
<country>Canada</country>
<zip>X0X0X0</zip>
</address>
<!-- Comment Between Addresses -->
<address aid="99">
<street>Some St.</street>
<city>Anytown</city>
<country>Canada</country>
<zip>X0X0X0</zip>
</address>
<address aid="11199">
<street>Another St.</street>
<!-- Another Comment -->
<city>Anytown</city>
<country>Canada</country>
<zip>Y0Y0Y0</zip>
</address>
<address aid="1199">
<street>Some St.</street>
<city>Sometown</city>
<country>Canada</country>
<zip>X0X0X0</zip>
</address>
<unmapped-content>
<child>text</child>
</unmapped-content>
</root>