[Bug 28654] New: [FO31] load-xquery-module error codes

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

            Bug ID: 28654
           Summary: [FO31] load-xquery-module error codes
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators 3.1
          Assignee: mike@saxonica.com
          Reporter: debbie@saxonica.com
        QA Contact: public-qt-comments@w3.org

The fn:transform() function definition (16.3.2) contains the following error
conditions:

A dynamic error is raised [err:FOXT0001] if the transformation cannot be
invoked because no suitable XSLT processor is available.

A dynamic error is raised [err:FOXT0002] if an error is detected in the
supplied parameters (for example if two mutually-exclusive parameters are
supplied).


Should there be similar specific error codes defined for the
fn:load-xquery-module function (16.3.1)?

i.e. 1. Dynamic error if the query cannot be loaded because no suitable XQuery
processor is available.

2. Dynamic error for errors detected in the parameters supplied in the $options
argument.

Otherwise using the current list of error conditions for load-xquery-module it
is unclear what the codes should be in these cases.

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

Received on Monday, 18 May 2015 17:20:58 UTC