diff options
author | link <link@localhost> | 2001-05-27 15:45:02 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-05-27 15:45:02 +0000 |
commit | 70dbebd463408f2d4404dd669feb248f09c68c83 (patch) | |
tree | 3ed24dc8e828054879473a399654169681e2592b /htdocs | |
parent | 08fcd0437351e82727420bc95f914264b24782d6 (diff) | |
download | markup-validator-70dbebd463408f2d4404dd669feb248f09c68c83.zip markup-validator-70dbebd463408f2d4404dd669feb248f09c68c83.tar.gz markup-validator-70dbebd463408f2d4404dd669feb248f09c68c83.tar.bz2 |
Backing out of previous change because "CATALOG" doesn't appear to work.
Instead use "-c $catalog" and put Declarations etc. in the catalog file.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/sgml-lib/REC-xhtml1-20000126/xhtml.soc | 3 | ||||
-rw-r--r-- | htdocs/sgml-lib/catalog | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/htdocs/sgml-lib/REC-xhtml1-20000126/xhtml.soc b/htdocs/sgml-lib/REC-xhtml1-20000126/xhtml.soc index 851d17e..2d5b4e2 100755 --- a/htdocs/sgml-lib/REC-xhtml1-20000126/xhtml.soc +++ b/htdocs/sgml-lib/REC-xhtml1-20000126/xhtml.soc @@ -1,3 +1,6 @@ +OVERRIDE YES +SGMLDECL "../sp-1.3/pubtext/xml.dcl" + -- Oasis entity catalog for Extensible HTML 1.0 -- PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd" diff --git a/htdocs/sgml-lib/catalog b/htdocs/sgml-lib/catalog index 0ee6e04..932c5ea 100644 --- a/htdocs/sgml-lib/catalog +++ b/htdocs/sgml-lib/catalog @@ -1,6 +1,6 @@ -- SGML catalog for the W3C HTML Validation Service -- - -- $Id: catalog,v 1.14 2001-05-27 11:36:30 link Exp $ -- + -- $Id: catalog,v 1.15 2001-05-27 15:45:02 link Exp $ -- OVERRIDE YES -- prefer public identifiers to system identifiers -- @@ -147,8 +147,3 @@ PUBLIC "ISO/IEC 15445:2000//DTD HTML//EN" ISO-HTML/15445.dtd PUBLIC "-//W3C//ENTITIES Full Latin 1//EN//HTML" REC-html401-19991224/HTMLlat1.ent PUBLIC "-//W3C//ENTITIES Symbolic//EN//HTML" REC-html401-19991224/HTMLsymbol.ent - -- Include catalog for XHTML -- -CATALOG "REC-xhtml1-20000126/xhtml.soc" - -- Include catalog for MathML -- -CATALOG "CR-MathML2-20001113/catalog" - |