[Bug 4308] Constr-docnode-constrmod-4

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

           Summary: Constr-docnode-constrmod-4
           Product: XML Query Test Suite
           Version: 1.0.2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: carmelo@nist.gov
        ReportedBy: frans.englich@telia.com
         QAContact: public-qt-comments@w3.org


Constr-docnode-constrmod-4 query reads:

(document {$input-context//*:decimal})/* cast as xs:integer

The string value being cast is "12678967.543233" and that can't be cast to
xs:integer, which means that the baseline of "12678967" is invalid and that
currently only FORG0001 is a valid baseline.

I suggest to:

A1. Change the query to "xs:decimal((document {$input-context//*:decimal})/*)
cast as xs:integer"
A2. Remove the FORG0001 baseline


Frans

Received on Thursday, 8 February 2007 11:51:35 UTC