5 include_once
"./Services/Xml/classes/class.ilXmlWriter.php";
37 parent::__construct();
40 $this->user_id = $ilUser->getId();
52 if (!is_object($this->structureObject))
57 $this->structureObject->exportXML ($this);
72 $this->
xmlSetDtdDef(
"<!DOCTYPE RepositoryObject PUBLIC \"-//ILIAS//DTD UserImport//EN\" \"".ILIAS_HTTP_PATH.
"/xml/ilias_soap_structure_object_3_7.dtd\">");
73 $this->
xmlSetGenCmt(
"Internal Structure Information of Repository Object");
xmlSetGenCmt($genCmt)
Sets generated comment.
xmlSetDtdDef($dtdDef)
Sets dtd definition.
setStructureObject(& $structureObject)
redirection script todo: (a better solution should control the processing via a xml file) ...
xmlHeader()
Writes xml header public.
xmlDumpMem($format=TRUE)
Returns xml document from memory.