This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2373 - ForExprType009 results assume typed values stored
Summary: ForExprType009 results assume typed values stored
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.7.0
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Mike Rorke
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 08:37 UTC by Michael Kay
Modified: 2005-10-19 19:56 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2005-10-19 08:38:08 UTC
The last element output in the expected results for ForExprType009 reads

<xqt:orderData>0</xqt:orderData>

This is a copy of the input element:

<xqt:orderData>-0</xqt:orderData>

This output is appropriate for an implementation that stores typed values and
reconstitutes the lexical representation from the typed value. A system that
retains the string values of nodes will output:

<xqt:orderData>-0</xqt:orderData>

Michael Kay
Comment 1 Mike Rorke 2005-10-19 18:55:24 UTC
Fixed problem with schema and updated affected queries
Comment 2 Mike Rorke 2005-10-19 18:59:29 UTC
Accidentally resolved wrong bug
Comment 3 Mike Rorke 2005-10-19 19:56:51 UTC
Added additional allowed result to accound for this