Mercurial > hg > xemacs-beta
comparison etc/sgml/html-s.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-P.dtd | |
2 | |
3 Document Type Definition for the HyperText Markup Language | |
4 with strict validation (HTML Strict DTD). | |
5 | |
6 $Id: html-s.dtd,v 1.1.1.1 1996/12/18 03:43:04 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 Strict Level 2//EN//2.0" | |
15 | |
16 -- Typical usage: | |
17 | |
18 <!DOCTYPE HTML PUBLIC | |
19 "-//IETF//DTD HTML Strict//EN"> | |
20 <html> | |
21 ... | |
22 </html> | |
23 -- | |
24 > | |
25 | |
26 <!-- Feature Test Entities --> | |
27 <!ENTITY % HTML.Recommended "INCLUDE"> | |
28 | |
29 <!ENTITY % html PUBLIC "-//IETF//DTD HTML Level 2//EN//2.0"> | |
30 %html; |