XMLString :: save - Save XML string to file
When the XMLString has been opened via file name, changes may be written back to the XML file calling the function without parameter. In order to store the XML data to another file, or.when the XMLString has been opened with string data, the target path has to be passed as parameter.
When the XMLString is not a top element, nothing happens.
Implementation overview
- Save XML string to file
XMLString :: save (  ) - - Title unknown
XMLString :: save ( sPath )