RTML.XML() Method

COM or .NET The XML reprresentation (RTML) of the contents of the engine.

Syntax

RTML.XML(Formatted)

The method syntax has these parts:

Part Description
Formatted (Boolean) If true, the returned XML will be formatted including indentation.
Return (String) The XML representation of the contents of the object model (engine)

Remarks

Included for COM use but may be used from .NET. Use this to produce the RTML after programmatically constructing it using the engine.

Will raise an exception if the RTML within the object is not valid, i.e. invalid number of entries in a collection.