4 include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
22 include_once(
"./Modules/ExternalFeed/classes/class.ilExternalFeedDataSet.php");
24 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
25 $this->ds->setDSPrefix(
"ds");
39 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
53 "namespace" =>
"http://www.ilias.de/Modules/ExternalFeed/feed/4_1",
54 "xsd_file" =>
"ilias_feed_4_1.xsd",
55 "uses_dataset" =>
true,
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
External feed data set class.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
Exporter class for external feeds.