summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib/html-hjs.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/sgml-lib/html-hjs.dtd')
-rw-r--r--htdocs/sgml-lib/html-hjs.dtd27
1 files changed, 0 insertions, 27 deletions
diff --git a/htdocs/sgml-lib/html-hjs.dtd b/htdocs/sgml-lib/html-hjs.dtd
deleted file mode 100644
index 151a756..0000000
--- a/htdocs/sgml-lib/html-hjs.dtd
+++ /dev/null
@@ -1,27 +0,0 @@
-<!-- html-hjs.dtd
-
- Document Type Definition for the HyperText Markup Language
- with strict validation of the HotJava DTD.
-
- Author: Daniel W. Connolly <connolly@w3.org>
- Applet additions by: Mark Gaither (markg@hal.com) 24 Jul 95
-
--->
-
-<!ENTITY % HTML.Version
- "-//Sun Microsystems Corp.//DTD HotJava Strict HTML//EN"
-
- -- Typical usage:
-
- <!DOCTYPE HTML PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN">
- <html>
- ...
- </html>
- --
- >
-
-<!-- Feature Test Entities -->
-<!ENTITY % HTML.Recommended "INCLUDE">
-
-<!ENTITY % html PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN">
-%html;