diff options
Diffstat (limited to 'htdocs/sgml-lib/xml.soc')
-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 |