diff options
author | ot <ot@localhost> | 2005-05-09 07:59:19 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-05-09 07:59:19 +0000 |
commit | 8fbdbdd80fdc21967ddc7d2e9a9e04bfa2a6f8d2 (patch) | |
tree | cffc8c7eb3b3803e439acf4ffcbbc3a814bae26c | |
parent | a6eaff2f28d9653acae0edabf13742567ae05f12 (diff) | |
download | markup-validator-8fbdbdd80fdc21967ddc7d2e9a9e04bfa2a6f8d2.zip markup-validator-8fbdbdd80fdc21967ddc7d2e9a9e04bfa2a6f8d2.tar.gz markup-validator-8fbdbdd80fdc21967ddc7d2e9a9e04bfa2a6f8d2.tar.bz2 |
Reverting commit of revision 1.13, bringing back the
"OVERRIDE NO" before the fallback in the catalog.
-rw-r--r-- | htdocs/sgml-lib/xml.soc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htdocs/sgml-lib/xml.soc b/htdocs/sgml-lib/xml.soc index 91e31e8..2bc240b 100644 --- a/htdocs/sgml-lib/xml.soc +++ b/htdocs/sgml-lib/xml.soc @@ -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 Transition//EN" 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 |