Saves the current XML document to the specified location.

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

Parameters

fileName
The filename of the file to save.

See Also

Document Object | Document Members | DOM Namespace