3 require_once(
'./Services/Xml/classes/class.ilSaxParser.php');
32 $this->xml = simplexml_load_file($this->
file);
39 $table = $this->xml->xpath(
'/Table');
40 foreach ($table[0]->attributes() as $k => $v) {
44 foreach ($this->xml->Row as
$row) {
46 foreach ($row->children() as
$value) {
54 $ilDB->insert($this->table,
$data);
__construct($a_xml)
ilSimpleXMLTableDataParser constructor.
Add rich text string
The name of the decorator.
Base class for sax-based expat parsing extended classes need to overwrite the method setHandlers and ...
Reload workbook from saved file
Create styles array
The data for the language used.