Loads the specified XML data into the current document.

[VBScript]
Public Sub Load( _
   ByVal fileName As String _
)
[JScript]
public function Load(
   fileName : String
);

Parameters

fileName
The filename of the file to load.

See Also

Document Object | Document Members | DOM Namespace