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.9


From: nomail
Subject: [Phpgroupware-cvs] api/class.xslt.php, 1.1.1.1.2.9
Date: Thu, 20 May 2004 19:18:09 -0000

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

date: 2004/04/21 17:45:02;  author: seek3r;  state: Exp;  lines: +17 -6

Log Message:
more attempts to get dom-xslt working
=====================================================================
No syntax errors detected in -
=====================================================================
Index: api/class.xslt.php
diff -u api/class.xslt.php:1.1.1.1.2.8 api/class.xslt.php:1.1.1.1.2.9
--- api/class.xslt.php:1.1.1.1.2.8      Fri Apr 16 20:59:49 2004
+++ api/class.xslt.php  Wed Apr 21 17:45:02 2004
@@ -24,19 +24,30 @@
        /* $Id$ */
        /* $Source$ */
 
-       /*
        if (!extension_loaded('xslt'))
        {
                if (PHP_OS == 'Windows'  || PHP_OS == 'WINNT' || PHP_OS == 
'OS/2')
                {
-                       dl('php_xsl.dll');      
+                       @dl('php_xsl.dll');     
                }
                else
                {
-                       dl('xslt.so');
+                       @dl('xslt.so');
                }
        }
-       */
+
+
+        if (!extension_loaded('dom-xslt'))
+        {
+                if (PHP_OS == 'Windows'  || PHP_OS == 'WINNT' || PHP_OS == 
'OS/2')
+                {
+                        @dl('php_domxml.dll');
+                }
+                else
+                {
+                        @dl('domxml.so');
+                }
+        }
 
 class api_xslt
 {




reply via email to

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