Save¶
Saves the given XML data to the specified path in the repository.
| 1 |  | 
Parameters¶
string path
     The path to save the data to. If data already exists at this path, the child path is replaced.
( string | Xml ) xml
     The XML data to save, as a string or an Xml object.