VBDOM  

Document: load

Loads an XML document from the specified location.

[Visual Basic]
 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

Class Document Overview | Document Members | documentElement (get) | nodeFromID