phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/class.xslt.php, 1.1.1.1.2.10


From: nomail
Subject: [Phpgroupware-cvs] api/class.xslt.php, 1.1.1.1.2.10
Date: Thu, 20 May 2004 18:21:45 -0000

Update of /api
Modified Files:
        Branch: proposal-branch
          class.xslt.php

date: 2004/04/21 17:49:36;  author: seek3r;  state: Exp;  lines: +3 -3

Log Message:
fixed problems with dom-xslt usage
=====================================================================
No syntax errors detected in -
=====================================================================
Index: api/class.xslt.php
diff -u api/class.xslt.php:1.1.1.1.2.9 api/class.xslt.php:1.1.1.1.2.10
--- api/class.xslt.php:1.1.1.1.2.9      Wed Apr 21 17:45:02 2004
+++ api/class.xslt.php  Wed Apr 21 17:49:36 2004
@@ -37,7 +37,7 @@
        }
 
 
-        if (!extension_loaded('dom-xslt'))
+        if (!extension_loaded('domxml'))
         {
                 if (PHP_OS == 'Windows'  || PHP_OS == 'WINNT' || PHP_OS == 
'OS/2')
                 {
@@ -68,7 +68,7 @@
                {
                        $this->xslt_engine = 'xslt';
                }
-               elseif (@extension_loaded('dom-xslt'))
+               elseif (@extension_loaded('domxml') && 
function_exists('domxml_xslt_stylesheet'))
                {
                        $this->xslt_engine = 'dom-xslt';
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]