RTML.AttachXML() Method

COM or .NET Populate the object model with the contents of an XML file containing RTML.

Syntax

RTML.AttachXML(SourceFile)

The method syntax has these parts:

Part Description
SourceFile (String) Full path to a file containing RTML (XML) source
Return (Nothing) Does not return a value.

Remarks

Included for COM use. This method will only load XML that complies with the RTML 2.3 schema. It will raise an exception if the XML is invalid for either structure or schema compliance. Any state within the object model will be overwritten.