mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-21 17:57:22 +03:00
* test/schemas/any7_2.xml test/schemas/any6_2.xsd test/schemas/any8_1.xsd test/schemas/any8_0.xml: Added some more tests for element wildcards.
10 lines
254 B
XML
10 lines
254 B
XML
<?xml version="1.0"?>
|
|
<foo:foo xmlns:foo="urn:test:foo"
|
|
xmlns:moo="urn:test:moo"
|
|
xmlns:boo="urn:test:boo"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="urn:test:foo any8_1.xsd">
|
|
<foo:bar/>
|
|
<foo:bar/>
|
|
</foo:foo>
|