[Bug 29342] [XSLT30] Arrow Expression streamability rules do not take dynamic function calls into account

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
The WG discussed this and agreed that since an arrow expression is syntactic
sugar, the streamability of arrow expressions can be defined as being
equivalent to the streamability of the equivalent expression, i.e.

posture-and-sweep(A => F(B, C)) === posture-and-sweep(F(A, B, C)).

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

Received on Thursday, 21 January 2016 16:47:30 UTC