%general-entities; ]> $LastChangedBy$ $Date$ libxslt-&libxslt-version; Libxslt Introduction to libxslt The libxslt package contains XSLT libraries. These are useful for extending libxml2 libraries to support XSLT files. 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 Optional and Libgcrypt (requires Libgpg-error) User Notes: Installation of libxslt Install libxslt by running the following commands: sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&'/" configure && ./configure --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make install Command Explanations sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&'/" configure: The quotes around this variable were inadvertently removed in this release. This command puts the quotes back in so that the variable is not interpreted as a shell command. Contents Installed Programs Installed Libraries Installed Directories xslt-config and xsltproc libexslt.{so,a}, libxslt.{so,a} and optionally, libxsltmod.{so,a} Python modules /usr/include/lib{e}xslt, /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 libxslt.{so,a} provides extensions to the libxml2 libraries to parse files that use the XSLT format. libxslt.{so,a} libexslt.{so,a} is used to provide extensions to XSLT functions. libexslt.{so,a}