XML FOR DOMINO


run element
Example

Example

Represents a few lines of selected or highlighted text. To apply a formatting style to a large block of text, use the <block> element.

Containment Hierarchy

Contained by: %richtext.nonhot.inline;

Contains: <font>, %richtext.inline;

Syntax

<!ELEMENT run ( #PCDATA | font | %richtext.inline; )*>

Content

#PCDATA | font | %richtext.inline;


Attributes

<!ATTLIST run
html%boolean;"false"
highlight(%highlights;)"none"
%reading.order.attrs;
%space.attrs;
>

highlight


html
Defined entity for <run> element

The %highlights; entity lists the possible highlight colors in running text.

Syntax:

<!ENTITY % highlights "none | yellow | pink | blue">

Example
Example
See Also