mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +03:00
9efc476bb6
* xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing bug #172215 about foreign namespaces by adding support for negated string transitions. Error messages still need to be improved. * test/schemas/any5* result/schemas/any5*: adding regression tests for this. Daniel
13 lines
340 B
XML
13 lines
340 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 any5_0.xsd">
|
|
<boo/>
|
|
<boo xmlns="urn:test:bar"/>
|
|
<boo xmlns="urn:test:bar"/>
|
|
<boo xmlns="urn:test:bar"/>
|
|
<boo xmlns="urn:test:bar"/>
|
|
<boo xmlns="urn:test:bar"/>
|
|
<boo xmlns="urn:test:bar"/>
|
|
</foo>
|