Load method

         

Load an XML document from the passed XML string

Return Type

A Boolean value. Indicates success or failure of the load operation

Syntax

object.Load (Text)

The Load method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type XMLDocument.
TextRequired. A String value. A valid XML string, containing a hierachical set of elements including a single root element