[Bug 25316] [XSLT 3.0] Streamabilty and numeric predicates

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

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
The formulation "numeric literal or variable declared as numeric" occurs when
talking of predicates in filter expressions and axis steps. But when it comes
to classifying patterns, we say:

The expression immediately contained in the predicate is a non-numeric
expression. An expression is non-numeric if its static item type....

which fails to allow for the pathological cases like X[position()] where the
static type is numeric but the evaluation is focus-sensitive.

So we need to fix this.

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

Received on Thursday, 10 April 2014 21:14:31 UTC