コード例 #1
0
ファイル: class.ilQTIParser.php プロジェクト: bheyser/qplskl
 function openXMLFile()
 {
     $xmlContent = file_get_contents($this->xml_file);
     $xmlContent = $this->cleanInvalidXmlChars($xmlContent);
     file_put_contents($this->xml_file, $xmlContent);
     return parent::openXMLFile();
 }