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-hjs.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-hjs.dtd')
-rw-r--r-- | htdocs/sgml-lib/html-hjs.dtd | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/htdocs/sgml-lib/html-hjs.dtd b/htdocs/sgml-lib/html-hjs.dtd deleted file mode 100644 index 151a756..0000000 --- a/htdocs/sgml-lib/html-hjs.dtd +++ /dev/null @@ -1,27 +0,0 @@ -<!-- html-hjs.dtd - - Document Type Definition for the HyperText Markup Language - with strict validation of the HotJava DTD. - - Author: Daniel W. Connolly <connolly@w3.org> - Applet additions by: Mark Gaither (markg@hal.com) 24 Jul 95 - ---> - -<!ENTITY % HTML.Version - "-//Sun Microsystems Corp.//DTD HotJava Strict HTML//EN" - - -- Typical usage: - - <!DOCTYPE HTML PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN"> - <html> - ... - </html> - -- - > - -<!-- Feature Test Entities --> -<!ENTITY % HTML.Recommended "INCLUDE"> - -<!ENTITY % html PUBLIC "-//Sun Microsystems Corp.//DTD HotJava HTML//EN"> -%html; |