2
|
1 <!-- html-hjs.dtd
|
|
2
|
|
3 Document Type Definition for the HyperText Markup Language
|
|
4 with strict validation of the HotJava DTD.
|
|
5
|
|
6 Author: Daniel W. Connolly <connolly@w3.org>
|
|
7 Applet additions by: Mark Gaither (markg@hal.com) 24 Jul 95
|
|
8
|
|
9 -->
|
|
10
|
|
11 <!ENTITY % HTML.Version
|
|
12 "-//Sun Microsystems Corp.//DTD HotJava Strict HTML//EN"
|
|
13
|
|
14 -- Typical usage:
|
|
15
|
|
16 <!DOCTYPE HTML PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN">
|
|
17 <html>
|
|
18 ...
|
|
19 </html>
|
|
20 --
|
|
21 >
|
|
22
|
|
23 <!-- Feature Test Entities -->
|
|
24 <!ENTITY % HTML.Recommended "INCLUDE">
|
|
25
|
|
26 <!ENTITY % html PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN">
|
|
27 %html;
|