Download location (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.0/libxslt-1.0.22.tar.bz2 Download location (FTP): ftp://ftp.xmlsoft.org/libxslt-1.0.22.tar.gz Version used: 1.0.22 Package size: 1.5 MB Estimated Disk space required: 21.2 MB |
The libxslt package contains libxslt libraries. These are useful for extending libxml2 libraries to support XSLT files.
libxslt depends on: libxml2-2.4.26 |
Install libxslt by running the following commands:
./configure --prefix=/usr && make && make install |
As with most libraries, there is no configuration to do, save that the library directory i.e. /usr/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run whilst logged in as root.
The libxslt package contains libxslt libraries and xsltproc.
libxslt provides extensions to the libxml2 library to parse files that use the XSLT format.
xsltproc is used to apply XSLT stylesheets to XML documents.