- From: Robie, Jonathan <jonathan.robie@emc.com>
- Date: Tue, 6 Oct 2015 22:20:05 +0000
- To: Public Joint XSLT XQuery XPath <public-xsl-query@w3.org>
Received on Tuesday, 6 October 2015 22:20:46 UTC
I added the resolution of 29119 (xs:error) to our internal drafts: https://www.w3.org/XML/Group/qtspecs/specifications/xquery-31/html/xquery-31.html#id-xs-error I'm not sure that this last bullet point is correct: * declare function f($arg as xs:error) {...}; is a valid function declaration, but it always raises a type error<https://www.w3.org/XML/Group/qtspecs/specifications/xquery-31/html/xquery-31.html#dt-type-error> [err:XPTY0004<https://www.w3.org/XML/Group/qtspecs/specifications/xquery-31/html/xquery-31.html#ERRXPTY0004>] or a dynamic error<https://www.w3.org/XML/Group/qtspecs/specifications/xquery-31/html/xquery-31.html#dt-dynamic-error> [err:XPDY0050<https://www.w3.org/XML/Group/qtspecs/specifications/xquery-31/html/xquery-31.html#ERRXPDY0050>] if the function is called. Thoughts? Jonathan
Received on Tuesday, 6 October 2015 22:20:46 UTC