Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
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; |