bfe90ccde8504956aa9b465ee831b67a

Scripting is disabled and therefore annotations cannot be shown.
<!entity % URL "CDATA"
	-- as per RFC 1808 --
	>

<!ENTITY % phrase-other "insert">

<!entity % html-0 SYSTEM "html-0.dtd">
%html-0;

<!entity % html-structure SYSTEM "html-structure.dtd">
%html-structure;

<!entity % params "(param|alias)*">

<!element insert - - (%params, body)>

<!entity % oop.attrs
"	data %URL #IMPLIED
	code %URL #IMPLIED
	classid %URL #IMPLIED"
	>

<!entity % content-type "CDATA"
	-- as per MIME, RFC 1522
	--
	>

<!entity % advisory "#IMPLIED"
	-- optional, and not authoratative
	e.g. @@blah blah blah
	-->

<!entity % img.align "TOP | BOTTOM | MIDDLE " -- @@ others -->

<!entity % length "CDATA"
	-- @@ change this to NUMTOKEN, make % a name character? -->

<!entity % box.attrs "
	border CDATA #IMPLIED
	height %length #IMPLIED
	width %length #IMPLIED
	hspace %length #IMPLIED
	vspace %length #IMPLIED
	align (%img.align) #IMPLIED
	">

<!entity % i18n.attrs "
	LANG NAME #IMPLIED
	DIR (ltr|rtl) #IMPLIED
	"
	--@@ check these against the draft --
	>

<!entity % style.attrs "
	style CDATA #IMPLIED
	"
	-- notation is taken from STYLE element  @@see style draft --
	>

<!entity % ismap.attrs "
	ISMAP (ISMAP) #IMPLIED
	">

<!entity % usemap.attrs "
	USEMAP %URL #IMPLIED
	">

<!attlist insert
	type %content-type %advisory
	%id-class.attrs;
	%oop.attrs;
	%box.attrs;
	%i18n.attrs;
	%style.attrs;
	%ismap.attrs;
	%usemap.attrs;
	>


<!element param - O EMPTY>
<!attlist param
	name CDATA #REQUIRED -- names may be case sensitive in some systems --
	value CDATA #IMPLIED
	valueref %URL #IMPLIED
		-- generally, one of value and valueref should
			be supplied --
	>


<!element alias - - (%params)>

<!attlist alias
	%id-class.attrs
	%oop.attrs
	>

<!-- Feature Test Entities -->
<!ENTITY % if-insert "INCLUDE">
<!ENTITY % no-insert "IGNORE">