Esempio n. 1
0
 function parseXmlFile($file, $str)
 {
     $file = $this->checkfileSlash($this->cfg['style']) . $file;
     include './libraries/class.parse.php';
     $c = new parse($file);
     $content = $c->getLoopStr($str);
     return array("main" => $content['main'], "loop" => $content['loop']);
 }