mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-11 12:58:16 +03:00
* xmlschemas.c: fixed xsd:all when used in conjunction with substitution groups * test/schemas/allsg_* result/schemas/allsg_*: adding specific regression tests, strangely missing from NIST/Sun/Microsoft testsuites Daniel
8 lines
181 B
XML
8 lines
181 B
XML
<?xml version="1.0"?>
|
|
<foo xmlns="urn:test:foo"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="urn:test:foo sg-all.xsd">
|
|
<gm-A-1/>
|
|
<gm-A-1/>
|
|
</foo>
|