[Bug 29958] New: [xslt30ts] function-5006

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29958

            Bug ID: 29958
           Summary: [xslt30ts] function-5006
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0 Test Suite
          Assignee: abel.online@xs4all.nl
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

I believe this test case is not streamable.

Consider the path expression

sf:deep-descent(section[1])/p[2]

The function call sf:deep-descent(section[1]) is crawling and consuming.

"The provisional posture of the expression is the posture of the right-hand
operand, assessed with a context posture and type set to the posture and type
of the left-hand operand" - the combination of crawling with the child axis
gives roaming.

The expression is not a scanning expression, so the posture is the provisional
posture.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 24 October 2016 15:45:26 UTC