Hash :
6e65e157
Author :
Date :
2005-08-09T11:09:52
trying to nail down the remaining ##other issues completed the tests and * xmlregexp.c xmlschemas.c: trying to nail down the remaining ##other issues * result/schemas/any7* test/schemas/any7: completed the tests and added the results * result/schemas/any3_0_0.err result/schemas/any5_0_0.err result/schemas/any5_1_0.err: this slightly chnages the output from 3 existing tests Daniel
<?xml version="1.0"?>
<!--
No error reported.
Seems like <moo> is accepted, but should not, since "##other" rules out
elements in no namespace.
Xerces reports:
any-err-2.xml:18,8: (Error) cvc-complex-type.2.4.a: Invalid content starting
with element 'moo'.
One of '{"urn:test:foo":bar, WC[##other:"urn:test:foo"]}' is expected.
-->
<foo:foo xmlns:foo="urn:test:foo" xmlns:moo="urn:test:moo"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:test:foo any-2_1.xsd">
<foo:bar/>
<moo/>
</foo:foo>