I have PHP version 4.2.1.

I have read that you need to add extensions sush as the Sabloton extension, if you want to use XSLT with php. I have also read that "For both Wndows and UNIX releases, the latest Sablotron extension is distributed with PHP 4.1.0 and higher"

Is this true, and does it mean that I don't need to worry about installing anything - I just go ahead and use it?

(Just want to make sure before I get started)

Cheers Pile

    If you have a vesion 4.2 you just have to recompile your php module:

    Installation
    On UNIX, run configure with the --enable-xslt --with-xslt-sablot options. The Sablotron™ library should be installed somewhere your compiler can find it.

    you can find more info at:
    http://www.php.net/manual/en/ref.xslt.php
    ..hope this helps😃 J@ystick_FI😃

      Write a Reply...