[Bug 3762] schema-element()/schema-attribute() not tested

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

           Summary: schema-element()/schema-attribute() not tested
           Product: XML Query Test Suite
           Version: 1.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: frans.englich@telia.com
         QAContact: public-qt-comments@w3.org


>From XQTS 1.0:

bash-2.05b$ find -name "*.xq" | xargs grep -nHR "schema-element"
bash-2.05b$ find -name "*.xq" | xargs grep -nHR "schema-attribute"
bash-2.05b$

It looks like no tests at all exists for the node tests
schema-element()/schema-attribute(). I've written four tests locally that tests
basic error handling, suitable for schema-aware and non schema-aware
implementations.

Proposed solution:

* Add a new group under Optional Features/Schema Import Feature that use
schema-element()/schema-attribute() with schema types.
* Include my local tests

Received on Friday, 22 September 2006 17:14:16 UTC