3require_once(
'./Services/Xml/classes/class.ilSaxParser.php');
34 $this->xml = simplexml_load_file($this->file);
42 $table = $this->xml->xpath(
'/Table');
43 foreach (
$table[0]->attributes() as $k => $v) {
47 foreach ($this->xml->Row as
$row) {
51 $content = (string)
$value;
An exception for terminatinating execution or to throw for unit testing.
Base class for sax-based expat parsing extended classes need to overwrite the method setHandlers and ...
startParsing()
stores xml data in array
__construct($a_xml)
ilSimpleXMLTableDataParser constructor.
if(empty($password)) $table