mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
6eadf63ca6
* Makefile.am configure.in relaxng.c include/libxml/relaxng.h: First commit of the new Relax-NG validation code, not generally useful yet. * test/relaxng/* result/relaxng/*: current state of the regression tests Daniel
12 lines
231 B
XML
12 lines
231 B
XML
<addressBook>
|
|
<card>
|
|
<givenName>John</givenName>
|
|
<familyName>Smith</familyName>
|
|
<email>js@example.com</email>
|
|
</card>
|
|
<card>
|
|
<name>Fred Bloggs</name>
|
|
<email>fb@example.net</email>
|
|
</card>
|
|
</addressBook>
|