mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
231d791fc4
* libxml.spec.in: fixes a libtool problem on AMD 64bits builds * relaxng.c: found the validation problem I had with interleave when not covering all remaining siblings * Makefile.am test.relaxng/* result/relaxng/*: augmented the testsuite and check the RNG schemas against the RNG schemas given in appendix A Daniel
16 lines
301 B
Plaintext
16 lines
301 B
Plaintext
<element name="doc" xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<interleave>
|
|
<element name="a">
|
|
<empty/>
|
|
</element>
|
|
<zeroOrMore>
|
|
<element name="b">
|
|
<empty/>
|
|
</element>
|
|
</zeroOrMore>
|
|
</interleave>
|
|
<element name="c">
|
|
<empty/>
|
|
</element>
|
|
</element>
|