4include_once(
"./Services/Export/classes/class.ilXmlImporter.php");
 
   32                include_once 
'./Modules/Course/classes/class.ilCourseXMLParser.php';
 
   33                include_once 
'./Modules/Course/classes/class.ilObjCourse.php';
 
   36                if($new_id = $a_mapping->getMapping(
'Services/Container',
'objs',$a_id))
 
   40                        #$this->course = ilObjectFactory::getInstanceByObjId($new_id,false); 
   43                elseif($new_id = $a_mapping->getMapping(
'Services/Container',
'refs',0))
 
   50                        $this->course->create(
true);
 
   56                        $parser->setXMLContent($a_xml);
 
   57                        $parser->startParsing();
 
   58                        $a_mapping->addMapping(
'Modules/Course',
'crs',$a_id,$this->course->getId());
 
   62                        $GLOBALS[
'ilLog']->write(__METHOD__.
': Parsing failed with message, "'.$e->getMessage().
'".');
 
   66                        $GLOBALS[
'ilLog']->write(__METHOD__.
': Parsing failed with message, "'.$e->getMessage().
'".');
 
importXmlRepresentation($a_entity, $a_id, $a_xml, $a_mapping)
Import XML.
getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
static _getAllReferences($a_id)
get all reference ids of object
SaxParserException thrown by ilSaxParser if property throwException is set.