summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-04-27 08:54:10 +0000
committerot <ot@localhost>2005-04-27 08:54:10 +0000
commitc8c68d90a8fa735b9b42587efaf6a11f9e77bf16 (patch)
treea7e22c6a37eedaac31a4e216ef344bb148c424b5
parent82579f5b119df27852cb8892ba636262335a20b6 (diff)
downloadmarkup-validator-c8c68d90a8fa735b9b42587efaf6a11f9e77bf16.zip
markup-validator-c8c68d90a8fa735b9b42587efaf6a11f9e77bf16.tar.gz
markup-validator-c8c68d90a8fa735b9b42587efaf6a11f9e77bf16.tar.bz2
Reverting to version 1.14, to avoid regression on support for custom DTDs.
Will have to find another way to issue warnings for cases of bogus FPIs when the system is also given.
-rw-r--r--htdocs/sgml-lib/sgml.soc6
1 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/sgml-lib/sgml.soc b/htdocs/sgml-lib/sgml.soc
index 7a71158..aed1240 100644
--- a/htdocs/sgml-lib/sgml.soc
+++ b/htdocs/sgml-lib/sgml.soc
@@ -1,5 +1,5 @@
-- SGML catalog for the W3C Markup Validation Service --
- -- $Id: sgml.soc,v 1.15 2005-02-04 13:20:31 link Exp $ --
+ -- $Id: sgml.soc,v 1.16 2005-04-27 08:54:10 ot Exp $ --
OVERRIDE YES -- prefer public identifiers to system identifiers --
SGMLDECL sgml.dcl
@@ -42,6 +42,8 @@ PUBLIC "-//W3C//ENTITIES Full Latin 1//EN//HTML" REC-html401-19991224/HTMLlat1.e
PUBLIC "-//W3C//ENTITIES Symbolic//EN//HTML" REC-html401-19991224/HTMLsymbol.ent
+ -- Do not prefer document type name over a SYSTEM Identifier. --
+OVERRIDE NO
+
-- Fallback for HTML documents if no FPI is given. --
DOCTYPE html sgml.dtd
-