Community
Participate
Working Groups
The following expression raises a parse error: ------------------------ let $(: :)x := 123 return 1 ------------------------ declare (: :) function local:foo() { 1 }; 123 ------------------------
Another one: ----------------------- <a/> as node((::)) -----------------------
In this last example the node() is considered to be a function.
This is fixed, except for sequenceType. Opening more specific bug.
Makes it to the 0.8M1 release.