summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib/IETF/html-1s.dtd
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2011-11-28 23:43:02 +0200
committerVille Skytt? <ville.skytta@iki.fi>2011-11-28 23:43:02 +0200
commit91c136500c5c8610421aecc32b3ea0710a847d5c (patch)
tree0a43bb3e643c1e49622cf4ffae28b574d1206b63 /htdocs/sgml-lib/IETF/html-1s.dtd
parentda18c5aaced76252dd35f459e616b6ba90623d56 (diff)
downloadmarkup-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-1s.dtd')
-rw-r--r--htdocs/sgml-lib/IETF/html-1s.dtd29
1 files changed, 29 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/IETF/html-1s.dtd b/htdocs/sgml-lib/IETF/html-1s.dtd
new file mode 100644
index 0000000..ce630d3
--- /dev/null
+++ b/htdocs/sgml-lib/IETF/html-1s.dtd
@@ -0,0 +1,29 @@
+<!-- html-1s.dtd
+
+ Document Type Definition for the HyperText Markup Language
+ Struct Level 1
+
+ $Id: html-1s.dtd,v 1.3 1995/06/02 18:55:43 connolly 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 Level 1//EN"
+
+ -- Typical usage:
+
+ <!DOCTYPE HTML PUBLIC
+ "-//IETF//DTD HTML Strict Level 1//EN">
+ <html>
+ ...
+ </html>
+ --
+ >
+
+<!-- Feature Test Entities -->
+<!ENTITY % HTML.Recommended "INCLUDE">
+
+<!ENTITY % html-1 PUBLIC "-//IETF//DTD HTML 2.0 Level 1//EN">
+%html-1;