[Bug 28752] [FO31] load-xquery-module requires implementation providing Module Feature

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
1. We have recently added the option value:

xquery-version    xs:decimal    The minimum level of the XQuery language that
the processor must support. Defaults to the version given in the prolog of the
library module; or ·implementation-defined· if this is absent.

and the error code

If no suitable XQuery processor is available, a dynamic error is raised
[err:FOQM0006].

I propose that we extend the definition of this error as follows:

If no suitable XQuery processor is available, a dynamic error is raised
[err:FOQM0006]. This includes the following cases: (a) No XQuery processor is
available; (b) No XQuery processor supporting the requested version of XQuery
is available; (c) No XQuery processor supporting the optional Module Feature is
available.

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

Received on Saturday, 13 June 2015 17:39:06 UTC