annotate etc/sgml/html-hjs.dtd @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents ac2d302a0011
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
1 <!-- html-hjs.dtd
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
3 Document Type Definition for the HyperText Markup Language
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
4 with strict validation of the HotJava DTD.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
5
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
6 Author: Daniel W. Connolly <connolly@w3.org>
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
7 Applet additions by: Mark Gaither (markg@hal.com) 24 Jul 95
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
8
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
9 -->
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
10
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
11 <!ENTITY % HTML.Version
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
12 "-//Sun Microsystems Corp.//DTD HotJava Strict HTML//EN"
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
13
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
14 -- Typical usage:
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
15
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
16 <!DOCTYPE HTML PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN">
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
17 <html>
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
18 ...
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
19 </html>
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
20 --
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
21 >
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
22
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
23 <!-- Feature Test Entities -->
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
24 <!ENTITY % HTML.Recommended "INCLUDE">
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
25
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
26 <!ENTITY % html PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN">
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents:
diff changeset
27 %html;