<!--
Questa è la DTD a Frame di HTML 4.01, che dovrebbe
essere usata per documenti con frame. Questa DTD è
identica alla DTD Transitoria di HTML 4.01 eccetto
che per il modello di contenuto dell'elemento "HTML":
nei documenti a frame, l'elemento "FRAMESET"
sostituisce l'elemento "BODY":
Prima stesura: $Date: 1999/12/24 23:20:08 $
Aurtori:
Dave Raggett <dsr@w3.org>
Arnaud Le Hors <lehors@w3.org>
Ian Jacobs <ij@w3.org>
Ulteriori informazioni su HTML 4.01 sono disponibili presso:
http://www.w3.org/TR/1999/REC-html401-19991224.
-->
<!ENTITY % HTML.Version "-//W3C//DTD HTML 4.01 Frameset//EN"
-- Impiego tipico:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
...
</head>
<frameset>
...
</frameset>
</html>
-->
<!ENTITY % HTML.Frameset "INCLUDE">
<!ENTITY % HTML4.dtd PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
%HTML4.dtd;