libxslt-1.0.33

Introduction to libxslt

The libxslt package contains XSLT libraries. These are useful for extending libxml2 libraries to support XSLT files.

Package information

Installation of libxslt

Install libxslt by running the following commands:

./configure --prefix=/usr &&
make &&
make install

Contents

The libxslt package contains libxslt libraries, libexslt libraries and xsltproc.

Description

libxslt libraries

libxslt libraries provide extensions to the libxml2 libraries to parse files that use the XSLT format.

xsltproc

xsltproc is used to apply XSLT stylesheets to XML documents.