libxslt-1.1.12

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.17

Optional

Python-2.4 and libgcrypt

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.

Last updated on 2005-02-28 23:20:53 -0700