|
|
@ -429,6 +429,7 @@ class ObjectHelper { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (($xsl_path = "$path/xsl/convertQDC.xsl") && |
|
|
|
if (($xsl_path = "$path/xsl/convertQDC.xsl") && |
|
|
|
|
|
|
|
(is_readable($xsl_path)) && |
|
|
|
($xsl = DOMDocument::load($xsl_path)) && //Fails loading XSLT -> FALSE |
|
|
|
($xsl = DOMDocument::load($xsl_path)) && //Fails loading XSLT -> FALSE |
|
|
|
($ds = DOMDocument::loadXML($xmlstr))) { |
|
|
|
($ds = DOMDocument::loadXML($xmlstr))) { |
|
|
|
$xslt_opts = array( |
|
|
|
$xslt_opts = array( |
|
|
|