[Bug 18861] [XSLT 3.0] predicates in patterns

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

--- Comment #1 from Michael Kay <mike@saxonica.com> 2012-09-12 21:04:45 UTC ---
Also, the pattern syntax appears to allow

/[x]

which is not a legal XPath expression. The semantics rely on all patterns
(after expansion of "~") being legal XPath expressions. In XPath expressions,
this has to be written as (/)[x].

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 12 September 2012 21:04:47 UTC