Customer2.xml Example Data
<doc xmlns="urn:example/customer" id="d2">
<customer id="c2"><name>Nils</name>
<order id="3" year="2001"/>
<order id="4" year="2002"/>
<notes>Currently buys <buys>wiggles</buys>. Is also interested in <saleslead>snoozies</saleslead></notes>
</customer>
<customer id="c2"><name>Apollo</name>
<order id="5" year="1998"/>
<order id="6" year="2003"/>
<notes>Currently buys <buys>snoozies</buys> and that''s all he is interested in.</notes>
</customer>
</doc>
<doc xmlns="urn:example/customer" id="d3">
<customer id="c3"><name>Natascha</name>
<notes>New contact from <event>PDC</event>. Is interested in <saleslead>snoozies</saleslead> and <saleslead>flappies</saleslead></notes>
</customer>
</doc>