~ubuntu-branches/ubuntu/maverick/sgml-data/maverick

« back to all changes in this revision

Viewing changes to sgml/html/dtd/ie-2.0s.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Adam Di Carlo
  • Date: 2005-04-21 11:48:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050421114810-u7e0kdky1f12hzpj
Tags: 2.0.3
* remove symlinks build dependency from debian/control and rules;
  set urgency because this is a serious violation; closes: #301788
* update HTML ISO 15445; closes: #248675

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--    html-s.dtd
 
2
 
 
3
    Document Type Definition for HTML that works with Internet Explorer,
 
4
        based on IETF's Strict HTML DTD.
 
5
-->
 
6
 
 
7
<!ENTITY % HTML.Version
 
8
        "-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN"
 
9
 
 
10
        -- Typical usage:
 
11
 
 
12
            <!DOCTYPE HTML PUBLIC
 
13
                "-//Microsoft//DTD Internet Explorer 2.0 HTML Strict//EN">
 
14
            <html>
 
15
            ...
 
16
            </html>
 
17
        --
 
18
        >
 
19
 
 
20
<!-- Feature Test Entities -->
 
21
<!ENTITY % HTML.Recommended "INCLUDE">
 
22
 
 
23
<!ENTITY % html PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 HTML//EN">
 
24
%html;