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

« back to all changes in this revision

Viewing changes to data/html-1.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Davide Puricelli (evo)
  • Date: 2005-04-23 17:05:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050423170518-pb8zi3vg32cm6g04
Tags: 1.0-1
* Acknowledge NMU, thanks Leo; closes: #291222.
* Updated debian/ files, thanks Daniel Leidert. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--    html-1.dtd
2
 
 
3
 
        Document Type Definition for the HyperText Markup Language
4
 
        with Level 1 Extensions (HTML Level 1 DTD).
5
 
 
6
 
        $Id: html-1.dtd,v 1.1.1.1 2001/07/24 13:03:39 oli4 Exp $
7
 
 
8
 
        Author: Daniel W. Connolly <connolly@w3.org>
9
 
        See Also: http://info.cern.ch/hypertext/WWW/MarkUp/MarkUp.html
10
 
-->
11
 
 
12
 
<!ENTITY % HTML.Version
13
 
        "-//IETF//DTD HTML 2.0 Level 1//EN"
14
 
 
15
 
        -- Typical usage:
16
 
 
17
 
            <!DOCTYPE HTML PUBLIC
18
 
                "-//IETF//DTD HTML Level 1//EN">
19
 
            <html>
20
 
            ...
21
 
            </html>
22
 
        --
23
 
        >
24
 
 
25
 
<!-- Feature Test Entities -->
26
 
<!ENTITY % HTML.Forms "IGNORE">
27
 
 
28
 
<!ENTITY % html PUBLIC "-//IETF//DTD HTML 2.0//EN">
29
 
%html;