mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* 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>
|
|
|