components/libxslt/libxslt.3
author Jiri Sasek <Jiri.Sasek@Sun.COM>
Fri, 06 Apr 2012 05:53:13 -0700
changeset 761 3518078b68c4
parent 181 87e11e685b1f
permissions -rw-r--r--
7141061 Update to samba 3.6.3 7125870 Update Solaris 10 Samba to 3.6.0 or later for SMB2 support 7123009 MS-Windows clients can't rename files on ZFS with 119757-20, (Samba 3.5.8) 7127671 smbd panics/crashes with 'Type mismatch: name[NULL] expected[struct server_security_state]' 7159316 Userland:components/samba/samba/samba-license contain the old SVR4-packaging "copyright" info.

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