19                 $this->xml = simplexml_load_file($this->file);
 
   26                 $table = $this->xml->xpath(
'/Table');
 
   27                 foreach($table[0]->attributes() as $k => $v)
 
   32                 foreach($this->xml->Row as 
$row)
 
   35                         foreach($row->children() as 
$value)
 
   37                                 $type = (string) 
$value[
'type'];
 
   38                                 $content = (string) 
$value;
 
   43                         $ilDB->insert($this->table,
$data);