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

« back to all changes in this revision

Viewing changes to sgml/html/dtd/html-3s.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
<!--
 
2
        html3s.dtd
 
3
 
 
4
        Document Type Definition for the HyperText Markup Language (HTML DTD)
 
5
        with strict validation.
 
6
 
 
7
-->
 
8
 
 
9
<!ENTITY % HTML.Version
 
10
        "-//W3O//DTD W3 HTML Strict 3.0//EN//"
 
11
 
 
12
        -- Typical usage:
 
13
 
 
14
            <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML Strict 3.0//EN//">
 
15
            <html>
 
16
            ...
 
17
            </html>
 
18
        --
 
19
        >
 
20
 
 
21
<!ENTITY % HTML.Recommended "INCLUDE">
 
22
 
 
23
<!ENTITY % html PUBLIC "-//W3O//DTD W3 HTML 3.0//EN//">
 
24
%html;