4 include_once(
"./Services/Export/classes/class.ilXmlImporter.php");
36 abstract protected function getType();
41 abstract protected function initParser($a_xml);
60 include_once
'./Modules/Category/classes/class.ilObjCategory.php';
61 if($new_id = $a_mapping->getMapping(
'Services/Container',
'objs',$a_id))
67 elseif($new_id = $a_mapping->getMapping(
'Services/Container',
'refs',0))
82 $parser->startParsing();
84 $a_mapping->addMapping(
93 $GLOBALS[
'ilLog']->write(__METHOD__.
': Parsing failed with message, "'.$e->getMessage().
'".');
97 $GLOBALS[
'ilLog']->write(__METHOD__.
': Parsing failed with message, "'.$e->getMessage().
'".');