Document: load

load

Loads an XML document from the specified location.

 Public Function load(
	  ByVal xmlSource As String ) As Boolean

Parameters

xmlSource
[ByVal] String. Indicator of the object that specifies the source for the XML document.

Return Values

Boolean -  True if the load succeeded; False if the load failed.

Remarks

None

See Also

Project VBDOM Overview Class Document Overview Document Properties Document Methods documentElement (get) nodeFromID