formula (Domino DTD)

Represents an @function or @command in the formula language.

Syntax

<!ELEMENT formula ( #PCDATA )>

Content

#PCDATA

Represents a formula as plain text.

Attributes

<!ATTLIST formula
Attribute    

compiled

%boolean;

#IMPLIED

>

compiled

Boolean value. If true, the formula contains Base64 compiled code instead of text.

Example

Example