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 2122 - R-133: Regex for XPath in S4S invalid
Summary: R-133: Regex for XPath in S4S invalid
Status: NEW
Alias: None
Product: XML Schema
Classification: Unclassified
Component: Structures: XSD Part 1 (show other bugs)
Version: 1.0 only
Hardware: All Windows 3.1
: P2 normal
Target Milestone: ---
Assignee: David Ezell
QA Contact: XML Schema comments list
URL:
Whiteboard:
Keywords: needsDrafting
Depends on: 2229
Blocks:
  Show dependency treegraph
 
Reported: 2005-09-09 15:57 UTC by Sandy Gao
Modified: 2012-12-04 00:54 UTC (History)
1 user (show)

See Also:


Attachments

Description Sandy Gao 2005-09-09 15:57:35 UTC
The regular expressions given for matching XPath strings are incorrect in the 
Schema for Schemas. 

See:
http://lists.w3.org/Archives/Public/www-xml-schema-comments/2002AprJun/0004.html
Comment 1 Sandy Gao 2005-09-09 15:57:45 UTC
Resolvled at the July 2003 f2f to classify as an error w/ erratum.
Comment 2 Martin von Gagern 2007-08-15 12:03:27 UTC
Would this issue be resolved by simply replacing all "\i\c*" in the Schema for Schemas by either "[^\I:][^\C:]*" or "[\i-[:]][\c-[:]]"?