- From: Martin Duerst <duerst@w3.org>
- Date: Fri, 15 Jun 2001 11:34:29 +0900
- To: www-xml-schema-comments@w3.org
- Cc: Paul.V.Biron@kp.org, ashokma@microsoft.com
Appendix F, Regular Expressions, of Schema part 2
(http://www.w3.org/TR/xmlschema-2/#regexs) contains:
[19] XmlCharRef ::= ( '&#' [0-9]+ ';' ) | (' &#x' [0-9a-fA-F]+ ';' )
contains a wrong space in ' &#x', which should be just '&#x'.
Please issue an erratum to remove this space
(or remove the whole production; see my separate mail entitled
Erratum/Request for clarification on Regexp notation).
Regards, Martin.
Received on Friday, 15 June 2001 01:47:31 UTC