components/libxslt/libxslt.3
author Melynda Hunter <melynda.hunter@Oracle.COM>
Wed, 30 Jan 2013 10:42:50 -0800
branchs11u1-sru
changeset 2479 e8d296a83439
parent 181 87e11e685b1f
permissions -rw-r--r--
Added tag 0.175.1.4.0.4.0 for changeset a8b64d3a690a

.TH libxslt 3 "17 Jul 2002"
.SH NAME
libxslt \- library for transforming XML documents
.SH DESCRIPTION
The
.I libxslt
library is the XSLT library developed for the Gnome project.  XSLT
itself is a declarative language for transforming XML documents into other
XML documents, or arbitrary text output using a stylesheet.

.LP
The
.I libxslt
library is based on
.I libxml2 
library developed for the Gnome project.  It also implements most
of the EXSLT set of processor-portable extensions functions and some of Saxon's
evaluate and expressions extensions.

.SH FILES
.TP 2.2i
.B /usr/lib/libxslt.so
shared object library
.TP
.B /usr/lib/libexslt.so
shared object library
.TP
.B /usr/bin/xsltproc
command line XSLT processor
.TP
.B /usr/bin/xslt-config
binary application for printing library configuration
.TP
.B /usr/include/libxslt
header files
.TP
.B /usr/share/lib/xml/style
stylesheets

.SH AUTHORS
Daniel Veillard ([email protected]).

.SH SEE ALSO
.IR xsltproc (1),
.IR xslt-config (1),
.IR libxml (3)