XML FOR DOMINO


frameset element
Represents a frameset design element. A frameset contains one or more <frame> elements or another <frameset> element, which is also referred to as a "nested" frameset, as opposed to a "toplevel" frameset. A toplevel frameset is the frameset that contains the %named.design.note.prolog; and %note.epilog; entities. The optional code element contains the window title of the toplevel frameset.

Containment Hierarchy

Contained by: %design.elements;, %named.element.link.types;, <frameset>

Contains: %named.design.note.prolog;, <code>, <frame>, %note.epilog;

Syntax

<!ELEMENT frameset ( %named.design.note.prolog; , code? , (frameset | frame)+, %note.epilog; )>

Content

%named.design.note.prolog; , code? , (frameset | frame)+, %note.epilog


Attributes

<!ATTLIST frameset
rows%pixpctrel.list;#IMPLIED
columns%pixpctrel.list;#IMPLIED
spacing%pixels;"1px"
borderwidth%pixels;#IMPLIED
bordercolor%color;#IMPLIED
%html.core.attrs;
%named.design.note.attrs;
>

bordercolor


borderwidth
columns
rows
spacing
Defined entity for <frameset> element

The %pixpctrel.list; entity defines the length of an attribute in a space-separated list made up of measurements in pixels ("1px"), percentages ("80%"), or relative values ("4").

Syntax:

<!ENTITY % pixpctrel.list "CDATA">

See Also