<!-- This is an EXPERIMENTAL version of the HTML 4.0 "frameset" DTD which differs from the normal DTD by the content of the HTML element. For frameset documents the FRAMESET element is used in place of the BODY element. Draft: $Date: 2003/01/30 08:29:21 $ Authors: Dave Raggett <dsr@w3.org> Arnaud Le Hors <lehors@w3.org> This is work in progress, subject to change at any time. It does not imply endorsement by, or the consensus of, either W3C or members of the HTML working group. Further information about HTML 4.0 is available at: http://www.w3.org/TR/WD-html40/. --> <!ENTITY % HTML.Version "-//W3C//DTD HTML 4.0 Frameset//EN" -- Typical usage: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"> <html> <head> ... </head> <frameset> ... </frameset> </html> --> <!ENTITY % HTML.Frameset "INCLUDE"> <!ENTITY % HTML4.dtd PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> %HTML4.dtd;