Re: [PHP] sablotron XMl XSLT

2002-04-09 Thread Yasuo Ohgaki

Matthew Luchak wrote:
> Thanks Ray  but what I need to know is if there is indeed a better way than what 
>I've tried to test if sablotron has been complied or not.

http://www.php.net/manual/en/function.get-loaded-extensions.php
http://www.php.net/manual/en/function.get-extension-funcs.php

You are probably looking for these.

--
Yasuo Ohgaki






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] sablotron XMl XSLT

2002-04-09 Thread Matthew Luchak

Thanks Ray  but what I need to know is if there is indeed a better way than what 
I've tried to test if sablotron has been complied or not.
 

 
Matthew Luchak 
Webmaster 
Kaydara Inc. 
[EMAIL PROTECTED] 

-Original Message-
From: Hunter, Ray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 2:29 PM
To: Matthew Luchak; [EMAIL PROTECTED]
Subject: RE: [PHP] sablotron XMl XSLT 


You need to check if you have sablotron compiled in with php.  If you need the rpms 
you can get them from here: http://www.gingerall.com/charlie/ga/xml/d_sab.xml
 
Sablotron also needs javascript engine to run, you can get that here: 
http://rpmfind.net/linux/rpm2html/search.php?query=js
 
 
I am actually installing it now as we speak...
 

RAY HUNTER
Firmware Engineer

ENTERASYS NETWORKS 

-Original Message-
From: Matthew Luchak [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 09, 2002 12:26 PM
To: [EMAIL PROTECTED]
Subject: [PHP] sablotron XMl XSLT 


PHP 4.1.2
SunOS web-unix1 5.7 
apache_1.3.22
 
 
I'm trying to parse XML/XSL on a shared  box and I'm using :
 
$xslthandler = xslt_create() or die("Can't create XSLT handle!");
 
to test for sablotron.  Unfortunately I just get a "Call to undefined function" error 
which I guess means no - there's no sablotron installed - but I was wondering if there 
is another way to test for Sablotron?  I need a little quicker turnaround time then 
passing from voicemail to voicemail at my ISP ;)
 
thanks,

 
Matthew Luchak 
Webmaster 
Kaydara Inc. 
[EMAIL PROTECTED] 

 




RE: [PHP] sablotron XMl XSLT

2002-04-09 Thread Hunter, Ray

You need to check if you have sablotron compiled in with php.  If you need
the rpms you can get them from here:
http://www.gingerall.com/charlie/ga/xml/d_sab.xml
<http://www.gingerall.com/charlie/ga/xml/d_sab.xml> 
 
Sablotron also needs javascript engine to run, you can get that here: 
http://rpmfind.net/linux/rpm2html/search.php?query=js
<http://rpmfind.net/linux/rpm2html/search.php?query=js> 
 
 
I am actually installing it now as we speak...
 

RAY HUNTER
Firmware Engineer

ENTERASYS NETWORKS 

-Original Message-
From: Matthew Luchak [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 09, 2002 12:26 PM
To: [EMAIL PROTECTED]
Subject: [PHP] sablotron XMl XSLT 


PHP 4.1.2
SunOS web-unix1 5.7 
apache_1.3.22
 
 
I'm trying to parse XML/XSL on a shared  box and I'm using :
 
$xslthandler = xslt_create() or die("Can't create XSLT handle!");
 
to test for sablotron.  Unfortunately I just get a "Call to undefined
function" error which I guess means no - there's no sablotron installed -
but I was wondering if there is another way to test for Sablotron?  I need a
little quicker turnaround time then passing from voicemail to voicemail at
my ISP ;)
 
thanks,

 
Matthew Luchak 
Webmaster 
Kaydara Inc. 
[EMAIL PROTECTED] 

 




[PHP] sablotron XMl XSLT

2002-04-09 Thread Matthew Luchak



PHP 4.1.2
SunOS web-unix1 5.7 
apache_1.3.22
 
 
I'm trying to parse XML/XSL on a 
shared  box and I'm using :
 
$xslthandler = xslt_create() or die("Can't create XSLT handle!");
 
to test for sablotron.  Unfortunately I 
just get a "Call to undefined function" error which I guess means no - there's 
no sablotron installed - but I was wondering if there is another way to test for 
Sablotron?  I need a little quicker turnaround time then passing from 
voicemail to voicemail at my ISP ;)
 
thanks,
 Matthew 
Luchak Webmaster Kaydara 
Inc. [EMAIL PROTECTED]