[Bug 8377] New: [XQFTTS] Schema errors in catalog

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

           Summary: [XQFTTS] Schema errors in catalog
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Full Text 1.0
        AssignedTo: jim.melton@acm.org
        ReportedBy: peter.fischer@inf.ethz.ch
         QAContact: public-qt-comments@w3.org


When working on the CVS version of the XQFTTS, I encountered a number of small
schema-related errors in the catalog and the catalog schema itself.

The errors can be reproduced using Xerces-J2 2.9.1 (both from MXQuery and
Oxygen)

Catalog Schema Error (XQFTTSCatalog.xsd):
In the element definitions for stopword and thesaurus, the uri attribute
definition uses the type "uri-or-default" without namespace qualification, the
correct version would be "test:uri-or-default" (lines 419, 432)

Catalog File Errors (XQFTTSCatalog.xml):
- In the description of the stopword entry "defaultsw", an incorrect date
format is used: 2009-10--5, should probably be 2009-10-05 (line 443)
- In the test case "FTExtension-Opt-q4", the order of the "output-file" and
"expected-error" elements is wrong, "output-file" needs to come first

There is also an issue with the interpretation of "uri" attribute in "schema"
source element: Is this the target namespace for this schema? The data in the
XQTS and XQUTS seem to indicate so, and my test driver uses it accordingly.

If yes, uri attribute for the "schema" element with ID "XQFTTSCatalogxsd",
(line 332) should change from
"http://www.w3.org/2005/02/query-test-XQFTTSCatalog" to
"http://www.w3.org/2005/02/query-test-full-text", since this is the target
namespace for the XQFTTS schema.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 November 2009 16:04:47 UTC