comparison etc/sgml/iehtml-s.dtd @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:376386a54a3c
1 <!-- html-s.dtd
2
3 Document Type Definition for HTML that works with Internet Explorer,
4 based on IETF's Strict HTML DTD.
5 -->
6
7 <!ENTITY % HTML.Version
8 "-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN"
9
10 -- Typical usage:
11
12 <!DOCTYPE HTML PUBLIC
13 "-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN">
14 <html>
15 ...
16 </html>
17 --
18 >
19
20 <!-- Feature Test Entities -->
21 <!ENTITY % HTML.Recommended "INCLUDE">
22
23 <!ENTITY % html PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 HTML//EN">
24 %html;