~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to html/editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/frameset.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
    This is the HTML 4.0 Frameset DTD, which should be
 
3
    used for documents with frames. This DTD is identical
 
4
    to the HTML 4.0 Transitional DTD except for the
 
5
    content model of the "HTML" element: in frameset 
 
6
    documents, the "FRAMESET" element replaces the "BODY" 
 
7
    element.
 
8
 
 
9
          Draft: $Date: 2005/01/12 07:36:15 $
 
10
 
 
11
          Authors:
 
12
              Dave Raggett <dsr@w3.org>
 
13
              Arnaud Le Hors <lehors@w3.org>
 
14
              Ian Jacobs <ij@w3.org>
 
15
 
 
16
    Further information about HTML 4.0 is available at:
 
17
 
 
18
          http://www.w3.org/TR/REC-html40.
 
19
-->
 
20
<!ENTITY % HTML.Version "-//W3C//DTD HTML 4.0 Frameset//EN"
 
21
  -- Typical usage:
 
22
 
 
23
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
 
24
            "http://www.w3.org/TR/REC-html40/frameset.dtd">
 
25
    <html>
 
26
    <head>
 
27
    ...
 
28
    </head>
 
29
    <frameset>
 
30
    ...
 
31
    </frameset>
 
32
    </html>
 
33
-->
 
34
 
 
35
<!ENTITY % HTML.Frameset "INCLUDE">
 
36
<!ENTITY % HTML4.dtd PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
37
%HTML4.dtd;
 
 
b'\\ No newline at end of file'