[XSLT]
expatインストール
http://sourceforge.net/projects/expat/
よりダウンロード
tar zxvf expat-2.0.1.tar.gz
cd expat-2.0.1/
./configure
make
make install
Sablotronインストール
http://www.gingerall.org/sablotron.html
よりダウンロード
tar zxvf Sablot-1.0.3.tar.gz
cd Sablot-1.0.3
./configure
make
make install
[DOM]
libxmlインストール
ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/
よりダウンロード
tar zxvf libxml2-2.6.29.tar.gz
cd libxml2-2.6.29
./configure
make
make install
PHPのConfigure時に以下のオプションを指定
[DOM]
–with-dom \
–with-zlib-dir \
[XSLT]
–enable-xslt \
–with-xslt-sablot