diff etc/sgml/html-hjs.dtd @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/sgml/html-hjs.dtd	Mon Aug 13 08:46:35 2007 +0200
@@ -0,0 +1,27 @@
+<!--	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;