diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2011-11-28 23:43:02 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2011-11-28 23:43:02 +0200 |
commit | 91c136500c5c8610421aecc32b3ea0710a847d5c (patch) | |
tree | 0a43bb3e643c1e49622cf4ffae28b574d1206b63 /htdocs/sgml-lib/IETF/HTML-2_0-Strict.dtd | |
parent | da18c5aaced76252dd35f459e616b6ba90623d56 (diff) | |
download | markup-validator-91c136500c5c8610421aecc32b3ea0710a847d5c.zip markup-validator-91c136500c5c8610421aecc32b3ea0710a847d5c.tar.gz markup-validator-91c136500c5c8610421aecc32b3ea0710a847d5c.tar.bz2 |
Replace IETF DTDs with the canonical as-is ones (no real changes).
Diffstat (limited to 'htdocs/sgml-lib/IETF/HTML-2_0-Strict.dtd')
-rw-r--r-- | htdocs/sgml-lib/IETF/HTML-2_0-Strict.dtd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/htdocs/sgml-lib/IETF/HTML-2_0-Strict.dtd b/htdocs/sgml-lib/IETF/HTML-2_0-Strict.dtd deleted file mode 100644 index 89da2b7..0000000 --- a/htdocs/sgml-lib/IETF/HTML-2_0-Strict.dtd +++ /dev/null @@ -1,29 +0,0 @@ -<!-- html-s.dtd - - Document Type Definition for the HyperText Markup Language - with strict validation (HTML Strict DTD). - - $Id: HTML-2_0-Strict.dtd,v 1.1 2005-05-24 06:12:46 ot 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; |