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-1s.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-1s.dtd')
-rw-r--r-- | htdocs/sgml-lib/IETF/html-1s.dtd | 29 |
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; |