view etc/sgml/iehtml-s.dtd @ 186:24ac94803b48

Added tag r20-3b19 for changeset 3d6bfa290dbd
author cvs
date Mon, 13 Aug 2007 09:55:30 +0200
parents 376386a54a3c
children
line wrap: on
line source

<!--	html-s.dtd

    Document Type Definition for HTML that works with Internet Explorer,
	based on IETF's Strict HTML DTD.
-->

<!ENTITY % HTML.Version
	"-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN"

        -- Typical usage:

            <!DOCTYPE HTML PUBLIC
		"-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN">
	    <html>
	    ...
	    </html>
	--
	>

<!-- Feature Test Entities -->
<!ENTITY % HTML.Recommended "INCLUDE">

<!ENTITY % html PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 HTML//EN">
%html;