[Bug 29355] Modernize sequence filtering

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

--- Comment #4 from Benito van der Zander <benito@benibela.de> ---
Because you are used to this syntax. I just got a mail from someone who wrote
something similar as ! (if (op:numeric-mod(position(),3)=2) then . else '')

And because it starts with 2. What would you do for $sequence[3 to 10 by 3] ?


$sequence[position() = 3 to 10][position() mod 3 =1] ?

That is not simpler

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

Received on Sunday, 10 January 2016 16:13:55 UTC