Mercurial > hg > xemacs-beta
comparison etc/sgml/html-mcoms.dtd @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
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; |