~ubuntu-branches/ubuntu/precise/w3c-sgml-lib/precise

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/IETF/HTML-2_0-Strict-Level_1.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-08-21 11:15:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100821111542-cklvls9be6wh2f2z
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--    html-1s.dtd
 
2
 
 
3
        Document Type Definition for the HyperText Markup Language
 
4
        Struct Level 1
 
5
 
 
6
        $Id: HTML-2_0-Strict-Level_1.dtd,v 1.1 2005-05-24 06:12:46 ot Exp $
 
7
 
 
8
        Author: Daniel W. Connolly <connolly@w3.org>
 
9
        See Also: http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html
 
10
-->
 
11
 
 
12
<!ENTITY % HTML.Version
 
13
        "-//IETF//DTD HTML 2.0 Strict Level 1//EN"
 
14
 
 
15
        -- Typical usage:
 
16
 
 
17
            <!DOCTYPE HTML PUBLIC
 
18
                "-//IETF//DTD HTML Strict Level 1//EN">
 
19
            <html>
 
20
            ...
 
21
            </html>
 
22
        --
 
23
        >
 
24
 
 
25
<!-- Feature Test Entities -->
 
26
<!ENTITY % HTML.Recommended "INCLUDE">
 
27
 
 
28
<!ENTITY % html-1 PUBLIC "-//IETF//DTD HTML 2.0 Level 1//EN">
 
29
%html-1;