1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-28 07:21:26 +03:00
libxml2/test/relaxng/tutor4_2_1.xml
Daniel Veillard 6eadf63ca6 First commit of the new Relax-NG validation code, not generally useful
* 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
2003-01-23 18:29:16 +00:00

5 lines
169 B
XML

<addressBook>
<card><name>John Smith</name><email>js@example.com"</email></card>
<card><name>John Smith2</name><email>js2@example.com"</email></card>
</addressBook>