mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-27 03:21:26 +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
8 lines
314 B
XML
8 lines
314 B
XML
<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>
|