- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 May 2007 19:06:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/sgml-lib
In directory hutz:/tmp/cvs-serv11668
Modified Files:
xml.dcl
Log Message:
As discussed in
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3164
with details of history and resolution in
http://www.w3.org/People/cmsmcq/2007/C1.xml
the SGML declaration for XML should be amended to allow
the range of characters x7F through x9F.
=> changing the xml.dcl accordingly.
Index: xml.dcl
===================================================================
RCS file: /sources/public/validator/htdocs/sgml-lib/xml.dcl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xml.dcl 10 Sep 2004 04:41:14 -0000 1.3
+++ xml.dcl 4 May 2007 19:06:40 -0000 1.4
@@ -22,8 +22,8 @@
13 1 13
14 18 UNUSED
32 95 32
- 127 1 UNUSED
- 128 32 UNUSED
+ 127 1 127 -- DEL, legal in XML 1.0 --
+ 128 32 128 -- C1 controls, legal in XML 1.0 --
160 55136 160
55296 2048 UNUSED -- surrogates --
57344 8190 57344
Received on Friday, 4 May 2007 19:06:47 UTC