[Bug 4006] Additional error code for version_declaration-005 and prolog-version-8

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4006

           Summary: Additional error code for version_declaration-005 and
                    prolog-version-8
           Product: XML Query Test Suite
           Version: 1.0.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


version_declaration-005 and prolog-version-8 specify:

import schema default element namespace "http://comment";

and 

import schema default element namespace "http://comment" at "comment.xsd";

respectively.

There is no schema in XQTS with the specified target namespace, and
"comment.xsd" does not exist.  Therefore the error code XQST0059 is also valid
for these test.  From XQuery 1.0:

"It is a static error [err:XQST0059] if the implementation is not able to
process a schema import by finding a valid schema with the specified target
namespace."

Received on Wednesday, 22 November 2006 16:39:24 UTC