- From: <bugzilla@jessica.w3.org>
- Date: Tue, 22 Sep 2015 15:31:09 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29119
Tim Mills <tim@cbcl.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |tim@cbcl.co.uk
Resolution|FIXED |---
--- Comment #2 from Tim Mills <tim@cbcl.co.uk> ---
Note that in
let $e := xs:error()
return 12
$e is not a variable binding with a type declaration. That would be:
let $e as xs:error := xs:error()
return 12
which is XQuery, not XPath.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 22 September 2015 15:31:11 UTC