reactos/dll/3rdparty/libxslt/libxslt.3
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

32 lines
816 B
Groff

.TH libxslt 3 "30 August 2001"
.SH NAME
libxslt \- library used to do XSL transformations on XML documents
.SH DESCRIPTION
The
.I libxslt
library is used to do XSL transformations on XML documents that
have been loaded into memory with functions from
.I libxml.
.LP
.SH FILES
.TP 2.2i
.B /usr/lib/libxslt_1.0.0/libxslt.a
static library
.TP
.B /usr/lib/libxslt_1.0.0/libxslt.so
sharable library
.TP
.B /usr/package/libxslt_1.0.0/bin/xsltproc
binary application to do XSL transformations on the command line
.SH AUTHORS
Daniel Veillard (daniel@veillard.com).
If you download and install this package look at instructions on the
Web site http://xmlsoft.org/XSLT/ .
Manual page by Heiko W. Rupp (hwr@pilhuhn.de)
.SH SEE ALSO
.IR libexslt (3),
.IR libxml (3),
.IR xsltproc (1),
.IR xmllint (1)
.\" end of manual page