Sets the XML.

Properties

Data type Attribute
String RawData
IsRequired

Used in

Macro Description
Cache Cache macro. Used to cache blocks of SXML.
The cache key is auto-generated based on the SXML in the Xml (default) parameter.
DoWhile Executes statements while the given expression evaluates to true.
The expression is tested at the end of each loop.
For Executes statements a given number of times.
Impersonate Impersonation macro. Executes the embedded Sxml under the credentials of the specified user.
TranslationContext Sets a context for translations to execute in.
ViewSource Outputs encoded SXML Source.
When recurse is set to false, the input data is shown. Otherwise, the result is encoded.
While Executes statements while the given expression evaluates to true.
The expression is tested at the beginning of each loop.
SXML