- From: <bugzilla@jessica.w3.org>
- Date: Sun, 23 Feb 2014 13:21:25 +0000
- To: www-xml-schema-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24779
Bug ID: 24779
Summary: Apparent improper escaping of characters, such as
\#x5B in regex pattern docs.
Product: XML Schema
Version: 1.0/1.1 both
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Datatypes: XSD Part 2
Assignee: David_E3@VERIFONE.com
Reporter: spectrum777@outlook.com
QA Contact: www-xml-schema-comments@w3.org
CC: cmsmcq@blackmesatech.com
In this doc...
http://www.w3.org/TR/xmlschema11-2/
I notice the following types of escaping which seem incorrect...
Single Unescaped Character
[82] SingleCharNoEsc ::= [^\#x5B#x5D] /* N.B.: #x5B = '[', #x5D =
']' */
Specifically, notice \#x5B... I believe the intent here is to express simply
#x5B, where the backslash \ makes the documentation incorrect.
Note, I noticed the same issue in the 1.1 docs as well. It's easy to find
these, just search for '\#'. Thanks.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 23 February 2014 13:21:27 UTC