annotate etc/sgml/ie30-s.dtd @ 46:6a22abad6937 r19-15

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