Hash :
800cbac3
Author :
Date :
2005-08-09T12:31:55
Fixed #312957 reported by Carol Hunter: streaming XPath states were not * 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.
<?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>