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 5534 - CVS: ForExprType038 and ForExprType039
Summary: CVS: ForExprType038 and ForExprType039
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-05 14:11 UTC by Tim Mills
Modified: 2008-11-20 08:57 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2008-03-05 14:11:50 UTC
i think the expected results for these are slightly wrong, in that whitespace has been stripped.  The input file SpecialTypes.xml is indented.  The selected content is:

        <InterleaveType>
                <integer>10</integer>
                <decimal>20</decimal>
        </InterleaveType>

but the expected result contains no whitespace.
Comment 1 Frans Englich 2008-04-28 10:41:17 UTC
Should be fixed in CVS.
Comment 2 Tim Mills 2008-04-29 10:09:00 UTC
Thanks.
Comment 3 Tim Mills 2008-08-22 15:20:29 UTC
I now realise that this whitespace shouldn't be here.  

It should have been stripped when reading the input document during schema validation, because InterleaveType has element-only content.

This is true for both ForExptType038 and ForExptType039.

How embarrasing :)
Comment 4 Frans Englich 2008-11-13 15:55:26 UTC
Fixed in CVS.
Comment 5 Tim Mills 2008-11-20 08:57:25 UTC
Thanks.