release
[closure-html.git] / resources / dtd / DTD-HTML-4.0-Frameset
blobcafe5cdf4760b63e3b6c6d13b167a786ab2af503
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.
9           Draft: $Date: 2002-07-22 02:27:17 $
11           Authors:
12               Dave Raggett <dsr@w3.org>
13               Arnaud Le Hors <lehors@w3.org>
14               Ian Jacobs <ij@w3.org>
16     Further information about HTML 4.0 is available at:
18           http://www.w3.org/TR/REC-html40.
19 -->
20 <!ENTITY % HTML.Version "-//W3C//DTD HTML 4.0 Frameset//EN"
21   -- Typical usage:
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 -->
35 <!ENTITY % HTML.Frameset "INCLUDE">
36 <!ENTITY % HTML4.dtd PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
37 %HTML4.dtd;