comparison etc/sgml/html-1.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-1.dtd
2
3 Document Type Definition for the HyperText Markup Language
4 with Level 1 Extensions (HTML Level 1 DTD).
5
6 $Id: html-1.dtd,v 1.1.1.1 1996/12/18 03:43:02 steve Exp $
7
8 Author: Daniel W. Connolly <connolly@hal.com>
9 See Also: http://www.hal.com/%7Econnolly/html-spec/index.html
10 http://info.cern.ch/hypertext/WWW/MarkUp2/MarkUp.html
11 -->
12
13 <!ENTITY % HTML.Version
14 "-//IETF//DTD HTML Level 1//EN//2.0"
15
16 -- Typical usage:
17
18 <!DOCTYPE HTML PUBLIC
19 "-//IETF//DTD HTML Level 1//EN">
20 <html>
21 ...
22 </html>
23 --
24 >
25
26 <!-- Feature Test Entities -->
27 <!ENTITY % HTML.Forms "IGNORE">
28
29 <!ENTITY % html PUBLIC "-//IETF//DTD HTML//EN//2.0">
30 %html;