Adds a text node to transaction XML output.

This statement adds a node under the document root of the transaction XML output, containing a text.
Note: The action is similar to that of a Simple statement with:
context.addTextNodeUnderRoot(expression).

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Expression JS expression standard Defines the expression evaluated to give the text to output.
This property is a JavaScript expression that is evaluated during the transaction execution and gives the text string to output in the generated element.
Is active boolean standard Defines whether the statement is active.
Tag name String standard Defines the tag name of the generated XML element.
This property can contain any name, no words are reserved, and must follow the rules on XML naming:

• it can contain letters, numbers, and other characters,
• it cannot start with a number,
• it cannot contain spaces nor punctuation character.