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

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

<!--	html-s.dtd

        Document Type Definition for the HyperText Markup Language
	with strict validation (HTML Strict DTD).

	$Id: ie30-s.dtd,v 1.1 1997/03/16 01:18:16 steve Exp $

	Author: Daniel W. Connolly <connolly@w3.org>
	See Also: http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html
-->

<!ENTITY % HTML.Version
	"-//IETF//DTD HTML 2.0 Strict//EN"

        -- Typical usage:

            <!DOCTYPE HTML PUBLIC
		"-//IETF//DTD HTML Strict//EN">
	    <html>
	    ...
	    </html>
	--
	>

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

<!ENTITY % html PUBLIC "-//IETF//DTD HTML 2.0//EN">
%html;