summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib/html-0s.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/sgml-lib/html-0s.dtd')
-rw-r--r--htdocs/sgml-lib/html-0s.dtd30
1 files changed, 30 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/html-0s.dtd b/htdocs/sgml-lib/html-0s.dtd
new file mode 100644
index 0000000..fe7e3e6
--- /dev/null
+++ b/htdocs/sgml-lib/html-0s.dtd
@@ -0,0 +1,30 @@
+<!-- html-0P.dtd
+
+ Document Type Definition for the HyperText Markup Language
+ Strict Level 0
+
+ $Id: html-0s.dtd,v 1.1.1.1 1998-07-25 00:00:22 gerald Exp $
+
+ Author: Daniel W. Connolly <connolly@hal.com>
+ See Also: http://www.hal.com/%7Econnolly/html-spec/index.html
+ http://info.cern.ch/hypertext/WWW/MarkUp2/MarkUp.html
+-->
+
+<!ENTITY % HTML.Version
+ "-//IETF//DTD HTML Strict Level 0//EN//2.0"
+
+ -- Typical usage:
+
+ <!DOCTYPE HTML PUBLIC
+ "-//IETF//DTD HTML Strict Level 0//EN">
+ <html>
+ ...
+ </html>
+ --
+ >
+
+<!-- Feature Test Entities -->
+<!ENTITY % HTML.Recommended "INCLUDE">
+
+<!ENTITY % html-0 PUBLIC "-//IETF//DTD HTML Level 0//EN//2.0">
+%html-0;