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-1.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-1.dtd')
-rw-r--r-- | htdocs/sgml-lib/IETF/html-1.dtd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/IETF/html-1.dtd b/htdocs/sgml-lib/IETF/html-1.dtd new file mode 100644 index 0000000..1634e88 --- /dev/null +++ b/htdocs/sgml-lib/IETF/html-1.dtd @@ -0,0 +1,29 @@ +<!-- html-1.dtd + + Document Type Definition for the HyperText Markup Language + with Level 1 Extensions (HTML Level 1 DTD). + + $Id: html-1.dtd,v 1.2 1995/03/29 18:53:10 connolly Exp $ + + Author: Daniel W. Connolly <connolly@w3.org> + See Also: http://info.cern.ch/hypertext/WWW/MarkUp/MarkUp.html +--> + +<!ENTITY % HTML.Version + "-//IETF//DTD HTML 2.0 Level 1//EN" + + -- Typical usage: + + <!DOCTYPE HTML PUBLIC + "-//IETF//DTD HTML Level 1//EN"> + <html> + ... + </html> + -- + > + +<!-- Feature Test Entities --> +<!ENTITY % HTML.Forms "IGNORE"> + +<!ENTITY % html PUBLIC "-//IETF//DTD HTML 2.0//EN"> +%html; |