libxslt (XSLT support for libxml2)

[ 戻る | トップページに戻る ]

概要

libxslt とは、libxml2 用の XSLT サポートライブラリ。

URL

http://xmlsoft.org/

インストール環境

Plamo Linux 2.2.1 (Kernel 2.2.19 + glibc 2.2)

必要なもの

libxml2 (XPath support)

バージョン

1.0.3

インストール手順

$ tar xvfz libxslt-1.0.3.tar.gz 
$ cd libxslt-1.0.3
$ ./configure
$ make
$ su
# make install
# exit

[ 戻る | トップページに戻る ]