Tag
Hash :
231d791f
Author :
Date :
2003-02-09T14:22:17
fixes a libtool problem on AMD 64bits builds found the validation problem * 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
<element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
<zeroOrMore>
<element name="card">
<interleave>
<zeroOrMore>
<element name="name">
<text/>
</element>
<element name="email">
<text/>
</element>
</zeroOrMore>
<zeroOrMore>
<element name="company">
<text/>
</element>
<element name="email">
<text/>
</element>
</zeroOrMore>
</interleave>
</element>
</zeroOrMore>
</element>