summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib
diff options
context:
space:
mode:
authorlink <link@localhost>2003-05-24 20:32:50 +0000
committerlink <link@localhost>2003-05-24 20:32:50 +0000
commitad55505ac9e7be6346dc97f3f0f0082e9b4e88be (patch)
treec5d3f870a93a3ad458a7fd9d91b82a27291cc188 /htdocs/sgml-lib
parentb6cb0baa3d77fad45374094a80c23629e59934a3 (diff)
downloadmarkup-validator-ad55505ac9e7be6346dc97f3f0f0082e9b4e88be.zip
markup-validator-ad55505ac9e7be6346dc97f3f0f0082e9b4e88be.tar.gz
markup-validator-ad55505ac9e7be6346dc97f3f0f0082e9b4e88be.tar.bz2
Merging from validator-0_6_0-branch, at tag validator-0_6_2-beta1, to HEAD.
Diffstat (limited to 'htdocs/sgml-lib')
-rw-r--r--htdocs/sgml-lib/sgml.dcl2
-rw-r--r--htdocs/sgml-lib/sgml.soc4
-rw-r--r--htdocs/sgml-lib/xml.soc4
3 files changed, 8 insertions, 2 deletions
diff --git a/htdocs/sgml-lib/sgml.dcl b/htdocs/sgml-lib/sgml.dcl
index 9b78f18..7bf1992 100644
--- a/htdocs/sgml-lib/sgml.dcl
+++ b/htdocs/sgml-lib/sgml.dcl
@@ -78,4 +78,4 @@ FEATURES
SUBDOC NO
FORMAL YES
APPINFO NONE
-> \ No newline at end of file
+>
diff --git a/htdocs/sgml-lib/sgml.soc b/htdocs/sgml-lib/sgml.soc
index 2bcb5e2..a5aaca8 100644
--- a/htdocs/sgml-lib/sgml.soc
+++ b/htdocs/sgml-lib/sgml.soc
@@ -1,6 +1,6 @@
-- SGML catalog for the W3C Markup Validation Service --
- -- $Id: sgml.soc,v 1.4 2003-02-24 23:33:19 ville Exp $ --
+ -- $Id: sgml.soc,v 1.5 2003-05-24 20:32:46 link Exp $ --
OVERRIDE YES -- prefer public identifiers to system identifiers --
SGMLDECL sgml.dcl
@@ -151,3 +151,5 @@ PUBLIC "-//W3C//ENTITIES Symbolic//EN//HTML" REC-html401-19991224/HTMLsymbol.ent
PUBLIC "-//bebop.net//DTD HTML Apple Help 1.0//EN" AppleHelp1.0.dtd
+ -- Fallback for HTML documents if no FPI is given. --
+DOCTYPE html REC-html401-19991224/loose.dtd
diff --git a/htdocs/sgml-lib/xml.soc b/htdocs/sgml-lib/xml.soc
index c288d6b..c38330c 100644
--- a/htdocs/sgml-lib/xml.soc
+++ b/htdocs/sgml-lib/xml.soc
@@ -84,3 +84,7 @@ PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Timing//EN" PR-smil20-20010605/SMIL-timing.m
PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Transition//EN" PR-smil20-20010605/SMIL-transition.mod
PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Integration//EN" PR-smil20-20010605/SMIL-integrate.mod
+
+ -- Fallback if no FPI is given. --
+DOCTYPE html "REC-xhtml1-20020801/xhtml1-transitional.dtd"
+