Ejemplo n.º 1
0
 function openXMLFile()
 {
     $xmlContent = file_get_contents($this->xml_file);
     $xmlContent = $this->cleanInvalidXmlChars($xmlContent);
     file_put_contents($this->xml_file, $xmlContent);
     return parent::openXMLFile();
 }