mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-29 11:21:26 +03:00
800cbac34e
* xmlschemas.c: Fixed #312957 reported by Carol Hunter: streaming XPath states were not popped in every case, thus failed to resolve correctly for subsequent input. * test/schemas/bug312957* result/schemas/bug312957*: Added the test submitted by Carol Hunter.
15 lines
339 B
XML
15 lines
339 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<family xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="bug312957_1.xsd"
|
|
name="test">
|
|
<siblings>
|
|
<sibling name="gill"/>
|
|
</siblings>
|
|
<sisters>
|
|
<sister name="gill"/>
|
|
<sister name="annie"/>
|
|
</sisters>
|
|
</family>
|
|
|
|
|