blob: 151a756083aaf450a2369c75cb728d05b110b111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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;
|