%general-entities; ]> $LastChangedBy$ $Date$ libxslt-&libxslt-version; libxslt Introduction to libxslt The libxslt package contains XSLT libraries used for extending libxml2 libraries to support XSLT files. &lfs91_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libxslt-md5sum; Download size: &libxslt-size; Estimated disk space required: &libxslt-buildsize; Estimated build time: &libxslt-time; libxslt Dependencies Required Recommended and Although it is not a direct dependency, many applications using libxslt will expect and to be present. Optional , The dependency is only appropriate if the Python2 module for this package is needed. The libxslt Python2 module is not needed for any package in BLFS but various packages may install Python2 modules which reference it. User Notes: Installation of libxslt Install libxslt by running the following commands: sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} && ./configure --prefix=/usr --disable-static && make A shipped man page is glitched. If the recommended dependencies are installed, regenerate it by running the following commands: sed -e 's@http://cdn.docbook.org/release/xsl@https://cdn.docbook.org/release/xsl-nons@' \ -e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml && xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1 To test the results, issue: make check. Now, as the root user: make install Command Explanations sed -i s/3000/5000/ ...: this increases the recursion limit in libxslt. This is needed by some packages for their documentation. Contents Installed Programs Installed Libraries Installed Directories xslt-config and xsltproc libexslt.so, libxslt.so and optionally, libxsltmod.so Python module /usr/include/libexslt, /usr/include/libxslt, /usr/lib/libxslt-plugins, /usr/share/doc/libxslt-&libxslt-version;, and /usr/share/doc/libxslt-python-&libxslt-version; Short Descriptions xslt-config is used to find out the pre-processor, linking and compiling flags necessary to use the libxslt libraries in 3rd-party programs. xslt-config xsltproc is used to apply XSLT stylesheets to XML documents. xsltproc libexslt.so is used to provide extensions to XSLT functions. libexslt.so libxslt.so provides extensions to the libxml2 libraries to parse files that use the XSLT format. libxslt.so