Skip to content

Save

Saves the given xml data on specified path.

1
$XmlRepository.Save(path: string, xml: ( string | Xml )):void

Parameters

string path
    Specifies the path to save the data. If there is any data in the specified path, the child path will be replaced.

( string | Xml ) xml
    Specifies the xml data to save.