Table of Contents

Name

libexslt - extension library for XSLT

Description

The libexslt library is used to do provide extenstions to XSLT functions. These extenstions come from the EXSLT project (http://exslt.org/)

Calling

To make use of these functions XSLT, these need to be declared with the proper name space

Supported Functions

COMMON
Namespace: http://exslt.org/common
node-set()
convert the given RTF into a node-set
object-type()
returns the type of the given argument
document()
Create multiple output documents. See http://exslt.org/exsl/elements/document/index.html

MATH
Namespace: http://exslt/math
For a description see http://exslt.org/math/index.html
min()
max()
highest()
lowest()

SETS
Namespace http://exslt.org/sets
For a description see http://exslt.org/set/index.html
difference()
intersection()
distinct()
has-same-node()
leading()
trailing()

FUNCTIONS
Namespace http://exslt.org/functions
For a description see http://exslt.org/func/index.html
function()
result()

Files

/usr/lib/libxslt_0.0.0/libexslt.a
static library
/usr/lib/libxslt_0.0.0/libexslt.so
sharable library

Authors

Manual page by Heiko W. Rupp (hwr@pilhuhn.de)

See Also

libxslt(4) , libxml(4) , xsltproc(1) , xmllint(1)


Table of Contents