android13/external/libxml2/test/relaxng/tutor3_5_1.xml

8 lines
314 B
XML
Raw Normal View History

2024-06-22 08:45:49 -04:00
<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>