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 13670 - reK88 - unrecognized block name
Summary: reK88 - unrecognized block name
Status: RESOLVED FIXED
Alias: None
Product: XML Schema Test Suite
Classification: Unclassified
Component: Microsoft tests (show other bugs)
Version: 2006-11-06
Hardware: All All
: P2 normal
Target Milestone: XSD 1.1 PR
Assignee: Michael Kay
QA Contact: XML Schema Test Suite mailing list
URL:
Whiteboard:
Keywords: decided
Depends on:
Blocks:
 
Reported: 2011-08-04 07:26 UTC by Andreas Meissl
Modified: 2011-10-24 11:13 UTC (History)
1 user (show)

See Also:


Attachments

Description Andreas Meissl 2011-08-04 07:26:42 UTC
In XSD 1.1 unrecognized block names aren't errors anymore:

"Any string of hyphens, digits, and Basic Latin characters beginning with 'Is' will match the non-terminal IsBlock and thus be allowed in a regular expression. Most of these strings, however, will not denote any Unicode block. Processors should issue a warning if they encounter a regular expression using a block name they do not recognize. Processors may at user option treat unrecognized block names as errors in the schema."

So test reK88 (which tests pattern "\p{IsaA0-a9}") should have different expected result for XSD 1.1 and 1.0.
Comment 1 David Ezell 2011-10-21 16:23:16 UTC
decided: mark this test as no longer giving a schema error in 1.1
Comment 2 Michael Kay 2011-10-24 11:13:22 UTC
The test has been fixed (in CVS) as suggested.