1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/test/schemas/any5_1.xml
Daniel Veillard 9efc476bb6 fixing bug #172215 about foreign namespaces by adding support for negated
* 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
2005-07-19 14:33:55 +00:00

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>