RE: [PHP] Re: sablotron XMl XSLT

2002-04-09 Thread Matthew Luchak
thanks. did the trick. no sablotron. :( Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] You could use function_exists() to test if xslt_create() is a defined function. If not, then error out. If so, carry on. It's not limited to sablotron checking -

[PHP] Re: sablotron XMl XSLT

2002-04-09 Thread Michael Kimsal
Matthew Luchak wrote: > 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 > func