36 $this->myProc =
new XSLTProcessor();
40 function xslt_process(
47 $a_no_warnings =
false 52 $xslt = $proc->myProc;
54 $xslt_domdoc =
new DomDocument();
55 $xslt_domdoc->loadXML($args[substr($xslt_var, 4)]);
56 $xslt->importStyleSheet($xslt_domdoc);
59 $xslt->setParameter(
"",
$key, (
string) $value);
66 $xml_domdoc =
new DomDocument();
67 $xml_domdoc->loadXML($args[substr($xml_var, 4)]);
69 $result = $xslt->transformToXML($xml_domdoc);
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params