2.37 :save()
This method saves the XML Document as a file or under a URL.
Definition
boolean :save
(
string URL input
)
Parameters
- string URL input
- The location where the XML Document is saved. May be a URL or a file system path.
Return value
The method returns true if the XML Document could be saved, false otherwise.
Objects with this method