blob: a457220638654dc725c92a71fe85a98cc5a5b345 [file] [log] [blame]
<addressBook>
<card name="John Smith" email="js@example.com"/>
<card email="js@example.com" name="John Smith"/>
<card email="js@example.com"><name>John Smith</name></card>
<card name="John Smith"><email>js@example.com</email></card>
<card><name>John Smith</name><email>js@example.com</email></card>
</addressBook>