~ubuntu-branches/ubuntu/natty/bluefish/natty-proposed

« back to all changes in this revision

Viewing changes to data/html-3s.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Davide Puricelli (evo)
  • Date: 2005-04-23 17:05:18 UTC
  • mto: (1.1.5 upstream) (5.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050423170518-izh2k25xve7ui1jx
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

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-3 PUBLIC "-//W3O//DTD W3 HTML 3.0//EN//">
24
 
%html-3;