58 $this->xslt = $xslt_location;
70 $this->xslt_params = $params;
90 if(strlen($error_msg =
xslt_error($this->xslt_handler)))
92 $ilLog->write(
"Error generating pdf: ".$error_msg);
105 #domxml_open_mem($this->getXMLString(), DOMXML_LOAD_VALIDATING, $error);
108 # var_dump("<pre>","XML ERROR: ".$error,htmlentities($this->getXMLString()),"<pre>");
112 $this->xslt_args = array(
'/_xml' => $this->
getXMLString(),