- From: <bugzilla@jessica.w3.org>
- Date: Mon, 08 Sep 2014 01:44:30 +0000
- To: public-qt-comments@w3.org
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