4 include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
22 include_once(
"./Services/News/classes/class.ilNewsDataSet.php");
24 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
25 $this->ds->setDSPrefix(
"ds");
40 include_once(
"./Services/News/classes/class.ilNewsItem.php");
43 foreach ($a_ids as $id)
48 $mob_ids[$mob_id] = $mob_id;
54 "component" =>
"Services/MediaObjects",
70 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
84 "namespace" =>
"http://www.ilias.de/Services/News/news/4_1",
85 "xsd_file" =>
"ilias_news_4_1.xsd",
86 "uses_dataset" =>
true,