libxslt-1.1.6

Introduction to libxslt

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

Package information

libxslt dependencies

Required

libxml2-2.6.9

Optional

Python-2.3.3

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, xsltproc and xslt-config.

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.