SaveDOM Method
Saves the DOM to a file.
Object Oriented Interface
public function doSaveDOM($filename);
Procedural Interface
ipworks_xmlp_do_savedom($res, $filename);
Remarks
The SaveDOM method saves the current DOM structure to the file specified in FileName. This enables the component to later load the DOM without incurring any parsing overhead.
Please refer to the LoadDOM method for more information.