Forum Moderators: phranque
It suggests using .asp on apparently IIS neither of which I'm familar with.
Is there a standard simple way this is done using PHP on Apache?
I've seen mention of a PHP Sablotron Wrapper Class but not sure what to make of it.
Thanks
davidpbrown
Sablotron is an expat-based XSLT processor written in C++. The Sablotron Wrapper Class was created for use with earlier versions of PHP and the Sablotron Processor. I don't think you need to worry about it as I believe the classes are built into the expat library and are part of the latest PHP builds.
Additional reading:
Using PHP's Sablotron extension to perform XSL Transformations [tonymarston.net]
XSLT functions @ php.net [us4.php.net]