diff options
author | link <link@localhost> | 2002-11-26 00:07:16 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-11-26 00:07:16 +0000 |
commit | 1c4f13b8127777900d321f65a695b07ffc26026d (patch) | |
tree | 08212815fb39bf5aa2a1a1101da313e30017d4aa /htdocs/sgml-lib/html-1.dtd | |
parent | 90be309752ba6513aaf3135a62451713453369c3 (diff) | |
download | markup-validator-1c4f13b8127777900d321f65a695b07ffc26026d.zip markup-validator-1c4f13b8127777900d321f65a695b07ffc26026d.tar.gz markup-validator-1c4f13b8127777900d321f65a695b07ffc26026d.tar.bz2 |
Removing old cruft from sgml-lib/...
Diffstat (limited to 'htdocs/sgml-lib/html-1.dtd')
-rw-r--r-- | htdocs/sgml-lib/html-1.dtd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/htdocs/sgml-lib/html-1.dtd b/htdocs/sgml-lib/html-1.dtd deleted file mode 100644 index 1899e61..0000000 --- a/htdocs/sgml-lib/html-1.dtd +++ /dev/null @@ -1,29 +0,0 @@ -<!-- 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.1.1.1 1998-07-25 00:00:22 gerald 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; |