Document.Save Method
Saves the current XML document to the specified location.
[VBScript] Public Sub Save( _ ByVal fileName As String _ )
[JScript] public function Save( fileName : String );
Document Object | Document Members | DOM Namespace