This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
This test expects an error to be raised when evaluating the input port "source". However, since the result is input to a p:sink, it need never be evaluated. <p:sink> <p:input port="source" select="//para/text()"> <p:inline> <doc> <para>some text</para> </doc> </p:inline> </p:input> </p:sink>
There is a similar problem in "Test for err:XD0016 #002".