VBDOM  

Document: save

Saves an XML document to the specified location.

[Visual Basic]
 Public Sub save(
	  ByVal destination As String )

Parameters

destination
[ByVal] String. Specifies the file name. Note that this must be a file name rather than a URL. The file is created if necessary and the contents are entirely replaced with the contents of the saved document.

Remarks

Not implemented.

See Also

Class Document Overview | Document Members | nodeFromID | selectNodes