mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-27 03:21:26 +03:00
249d7bbee2
* valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S) declared both in the DTD and in the Schemas <grin/> * relaxng.c: more debug, added a big optimization for <mixed> * test/relaxng/testsuite.xml: augmented the testsuite * test/relaxng/ result/relaxng: added the RelaxNG spec and a DocBook example to the regression tests Daniel
8 lines
91 B
XML
8 lines
91 B
XML
<addressBook>
|
|
<card>
|
|
<name>b</name>
|
|
<email>b@b</email>
|
|
</card>
|
|
</addressBook>
|
|
|