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 Y

RE: [PHP] sablotron XMl XSLT

2002-04-09 Thread Matthew Luchak
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_sa

RE: [PHP] sablotron XMl XSLT

2002-04-09 Thread Hunter, Ray
ent: 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

[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 - the