- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2005 07:59:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/sgml-lib
In directory hutz:/tmp/cvs-serv16617
Modified Files:
xml.soc
Log Message:
Reverting commit of revision 1.13, bringing back the
"OVERRIDE NO" before the fallback in the catalog.
Index: xml.soc
===================================================================
RCS file: /sources/public/validator/htdocs/sgml-lib/xml.soc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- xml.soc 29 Mar 2005 17:57:28 -0000 1.15
+++ xml.soc 9 May 2005 07:59:19 -0000 1.16
@@ -1,5 +1,5 @@
-SGMLDECL "xml.dcl"
OVERRIDE YES
+SGMLDECL "xml.dcl"
PUBLIC "-//W3C//DTD Specification V2.0//EN"
"http://www.w3.org/XML/1998/06/xmlspec-v20.dtd"
@@ -101,6 +101,9 @@
PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Integration//EN"
"REC-smil20-20050107/SMIL-integrate.mod"
+-- Do not prefer document type name over a SYSTEM Identifier. --
+OVERRIDE NO
+
-- Fallback if no FPI is given. --
DOCTYPE html xml.dtd
Received on Monday, 9 May 2005 07:59:25 UTC