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 20417 - [XT3TS] whitespace-0603
Summary: [XT3TS] whitespace-0603
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Abel Braaksma
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 18:47 UTC by Tim Mills
Modified: 2013-02-05 16:52 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2012-12-17 18:47:42 UTC
The input document is validated against a version 1.1 XML Schema file, but these is no dependency on XML schema 1.1 for the test as a whole. 

I'd guess it needs:

   <feature value="XSD_1.1"/>

but that would require a change to the catalog schema.
Comment 1 Michael Kay 2013-02-05 00:06:14 UTC
Added a dependency on XSD_1.1 as suggested.
Comment 2 Tim Mills 2013-02-05 16:52:17 UTC
Thanks.