[Bug 26752] [XSLT30] Streamability of QuantifiedExpr is incomplete and fails

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

--- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
If we apply those rules, the following becomes streamable:

some $itm in //br satisfies $itm/@dir[. = 'LTR']
every $s in (.., ../..) satisfies $s[@xml:lang = 'en-US']
some $a in /body/p/a satisfies $a eq 'test link'

While the last one is technically streamable, it wouldn't work (because there
two consuming expressions) with the proposed rules. Perhaps using the rules of
"higher order operands" would work? Or we just leave it and people should just
stick to motionless expressions in C.

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

Received on Monday, 8 September 2014 01:44:32 UTC