comparison etc/sgml/ie30-s.dtd @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents
children
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
1 <!-- html-s.dtd
2
3 Document Type Definition for the HyperText Markup Language
4 with strict validation (HTML Strict DTD).
5
6 $Id: ie30-s.dtd,v 1.1 1997/03/16 01:18:43 steve Exp $
7
8 Author: Daniel W. Connolly <connolly@w3.org>
9 See Also: http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html
10 -->
11
12 <!ENTITY % HTML.Version
13 "-//IETF//DTD HTML 2.0 Strict//EN"
14
15 -- Typical usage:
16
17 <!DOCTYPE HTML PUBLIC
18 "-//IETF//DTD HTML Strict//EN">
19 <html>
20 ...
21 </html>
22 --
23 >
24
25 <!-- Feature Test Entities -->
26 <!ENTITY % HTML.Recommended "INCLUDE">
27
28 <!ENTITY % html PUBLIC "-//IETF//DTD HTML 2.0//EN">
29 %html;