RTML.FromXmlFile() Method

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

Syntax

RTML.FromXmlFile(FileName)

The method syntax has these parts:

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

Remarks

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.