blob: c431cdf7040429cc325bb79e75f88c479faf54b2 [file] [log] [blame]
david_williams975c79e2008-07-22 07:20:34 +00001<!--
2 This is the HTML 4.01 Frameset DTD, which should be
3 used for documents with frames. This DTD is identical
4 to the HTML 4.01 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: 2008/07/22 07:20:34 $
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.01 is available at:
17
18 http://www.w3.org/TR/1999/REC-html401-19991224.
19-->
20<!ENTITY % HTML.Version "-//W3C//DTD HTML 4.01 Frameset//EN"
21 -- Typical usage:
22
23 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
24 "http://www.w3.org/TR/html4/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.01 Transitional//EN">
37%HTML4.dtd;