RTML.FromXml() Method
.NET only Populate the object model from a String containing RTML
Syntax
RTML.FromXml(RtmlIn)
The method syntax has these parts:
Part |
Description |
RtmlIn (String) |
A string containing RTML to be loaded into the object |
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.
Copyright © 2000-2014, Robert B. Denny, Mesa, AZ