Re: [PHP] get XSLT on server without Sablotron

2005-12-09 Thread Stephen Leaf
should come default with PHP5

http://www.php.net/manual/en/ref.xsl.php

On Friday 09 December 2005 07:56, Gerben wrote:
> Is there a way to get some sort of XSLT working on my server?
>
> safe-mode is off
> run under apache (php_sapi_mode=apache)
> dl() is enabled
> I only have FTP access
> server runs under linux
>
> Can I download "sablotron.so" somewhere an load it using dl() ???
> Is there some PHP code that can transform XML using XSLT ???
> (like http://www.dopscripts.com/doc/description.html)

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



[PHP] get XSLT on server without Sablotron

2005-12-09 Thread Gerben
Is there a way to get some sort of XSLT working on my server?

safe-mode is off
run under apache (php_sapi_mode=apache)
dl() is enabled
I only have FTP access
server runs under linux

Can I download "sablotron.so" somewhere an load it using dl() ???
Is there some PHP code that can transform XML using XSLT ???
(like http://www.dopscripts.com/doc/description.html) 

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