mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-19 10:03:34 +03:00
11 lines
192 B
XML
11 lines
192 B
XML
|
<addressBook>
|
||
|
<card>
|
||
|
<name>John Smith</name>
|
||
|
<email>js@example.com</email>
|
||
|
</card>
|
||
|
<card>
|
||
|
<name>Fred Bloggs</name>
|
||
|
<email>fb@example.net</email>
|
||
|
</card>
|
||
|
</addressBook>
|