I configured PHP using the following...
./configure \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-mysql=/usr \
--with-xml \
--with-xslt \
--with-xslt-sablot=/usr/local/lib \
--enable-wddx
I then updated my php.ini file to set the extension_dir and copied two .so files into the same directory....
extension_dir="/usr/lib/php"
extension=xslt.so
entension=ming.so
However, I'm unable to get either Ming or Sablotron's XSLT to work. Any ideas?