comparison etc/sgml/html-0.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-0.dtd
2
3 Document Type Definition for the HyperText Markup Language
4 as used by minimally conforming World Wide Web applications
5 (HTML Level 0 DTD).
6
7 $Id: html-0.dtd,v 1.1.1.1 1996/12/18 03:43:02 steve Exp $
8
9 Author: Daniel W. Connolly <connolly@hal.com>
10 See Also: http://www.hal.com/%7Econnolly/html-spec/index.html
11 http://info.cern.ch/hypertext/WWW/MarkUp2/MarkUp.html
12 -->
13
14 <!ENTITY % HTML.Version
15 "-//IETF//DTD HTML Level 0//EN//2.0"
16 -- public identifier for "minimal conformance" version --
17
18 -- Typical usage:
19
20 <!DOCTYPE HTML PUBLIC
21 "-//IETF//DTD HTML Level 0//EN">
22 <html>
23 ...
24 </html>
25 --
26 >
27
28 <!-- Feature Test Entities -->
29
30 <!ENTITY % HTML.Highlighting "IGNORE">
31 <!ENTITY % HTML.Forms "IGNORE">
32
33 <!ENTITY % head.link " " -- no link in head at level 0 -->
34 <!ENTITY % linkExtraAttributes " ">
35 <!ENTITY % img.alt.default "#REQUIRED">
36 <!ENTITY % head.link " ">
37
38 <!ENTITY % html PUBLIC "-//IETF//DTD HTML//EN//2.0">
39 %html;