2
|
1 <!-- html-mcom.dtd
|
|
2
|
|
3 Document Type Definition for the HyperText Markup Language (HTML DTD)
|
|
4 with Mosaic Communications Copr Extensions and with strict
|
|
5 validation (HTML Strict DTD).
|
|
6
|
|
7 $Id: html-mcoms.dtd,v 1.1.1.1 1996/12/18 03:43:04 steve Exp $
|
|
8
|
|
9 Author: Daniel W. Connolly <connolly@w3.org>
|
|
10 See Also: html.decl, ISOlat1.sgml
|
|
11 http://home.netscape.com/assist/net_sites/html_extensions.html
|
|
12 http://www.halsoft.com/sgml/Mozilla/DTD-HOME.html
|
|
13 http://www.hpl.hp.co.uk/people/dsr/html3/Contents.html
|
|
14
|
|
15 Table addtions by: Mark Gaither (markg@hal.com) 26 Jun 95
|
|
16 -->
|
|
17
|
|
18 <!ENTITY % HTML.Version
|
|
19 "-//Netscape Comm. Corp. Strict//DTD HTML//EN"
|
|
20
|
|
21 -- Typical usage:
|
|
22
|
|
23 <!DOCTYPE HTML PUBLIC "-//Netscape Comm. Corp. Strict//DTD HTML//EN">
|
|
24 <html>
|
|
25 ...
|
|
26 </html>
|
|
27 --
|
|
28 >
|
|
29
|
|
30
|
|
31 <!--================== Feature Test Entities ==============================-->
|
|
32
|
|
33 <!ENTITY % HTML.Recommended "INCLUDE">
|
|
34
|
|
35 <!ENTITY % html PUBLIC "-//Netscape Comm. Corp.//DTD HTML//EN">
|
|
36 %html;
|