- From: Terje Bless <link@hutz.w3.org>
- Date: Thu, 20 May 2004 22:06:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/sgml-lib In directory hutz:/tmp/cvs-serv11944 Modified Files: Tag: validator-0_6_0-branch sgml.soc Log Message: Set OVERRIDE NO before going to the document type name fallback. Thanks to Jukka Korpela for the catch. Index: sgml.soc =================================================================== RCS file: /sources/public/validator/htdocs/sgml-lib/sgml.soc,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -d -r1.3.2.1 -r1.3.2.2 --- sgml.soc 23 Apr 2003 01:35:15 -0000 1.3.2.1 +++ sgml.soc 20 May 2004 22:06:20 -0000 1.3.2.2 @@ -151,5 +151,9 @@ PUBLIC "-//bebop.net//DTD HTML Apple Help 1.0//EN" AppleHelp1.0.dtd +# +# Do not prefer document type name over a SYSTEM Identifier. +OVERRIDE NO + -- Fallback for HTML documents if no FPI is given. -- DOCTYPE html REC-html401-19991224/loose.dtd
Received on Thursday, 20 May 2004 18:08:38 UTC