XML FOR DOMINO
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;
<!ATTLIST run
highlight
The %highlights; entity lists the possible highlight colors in running text.
Syntax:
<!ENTITY % highlights "none | yellow | pink | blue">
Example Example See Also