From 76f6193a89c4b03810ace0a01b35ec44296fc9eb Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 31 Aug 2001 11:54:22 +0000 Subject: [PATCH] added man pages provided by Heiko Rupp Daniel * libxslt/libxslt.4 libexslt/libexslt.4 libxslt/Makefile.am libexslt/Makefile.am: added man pages provided by Heiko Rupp Daniel --- ChangeLog | 5 +++ libexslt/Makefile.am | 3 ++ libexslt/libexslt.4 | 86 ++++++++++++++++++++++++++++++++++++++++++++ libxslt/Makefile.am | 3 ++ libxslt/libxslt.4 | 31 ++++++++++++++++ 5 files changed, 128 insertions(+) create mode 100644 libexslt/libexslt.4 create mode 100644 libxslt/libxslt.4 diff --git a/ChangeLog b/ChangeLog index acbfe28f..be3d6bfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 31 13:51:53 CEST 2001 Daniel Veillard + + * libxslt/libxslt.4 libexslt/libexslt.4 libxslt/Makefile.am + libexslt/Makefile.am: added man pages provided by Heiko Rupp + Wed Aug 29 21:23:54 MDT 2001 John Fleck * doc/tutorial/libxslttutorial.xml, libxslttutorial.html - update diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am index 982ea7a1..bc2d8ce0 100644 --- a/libexslt/Makefile.am +++ b/libexslt/Makefile.am @@ -22,3 +22,6 @@ libexslt_la_SOURCES = \ libexslt_la_LIBADD = $(EXTRA_LIBS) libexslt_la_LDFLAGS = -version-info @LIBEXSLT_VERSION_INFO@ +man_MANS = libexslt.4 + +EXTRA_DIST = $(man_MANS) diff --git a/libexslt/libexslt.4 b/libexslt/libexslt.4 new file mode 100644 index 00000000..3c85c343 --- /dev/null +++ b/libexslt/libexslt.4 @@ -0,0 +1,86 @@ +.TH libexslt 4 "30 August 2001" +.SH NAME +libexslt \- extension library for XSLT +.SH DESCRIPTION +The +.I libexslt +library is used to do provide extenstions to XSLT functions. +These extenstions come from the EXSLT project (http://exslt.org/) +.LP +.SH CALLING +To make use of these functions XSLT, these need to be declared with the +proper name space +.SH SUPPORTED FUNCTIONS +.B COMMON +.TP 2.2i +Namespace: http://exslt.org/common +.TP 2.2i +.B node-set() +convert the given RTF into a node-set +.TP +.B object-type() +returns the type of the given argument +.TP +.B document() +Create multiple output documents. See http://exslt.org/exsl/elements/document/index.html +.TP 2.2o + +.B MATH +.TP 2.2i +Namespace: http://exslt/math +.TP 2.2i +For a description see http://exslt.org/math/index.html +.TP 2.2i +.B min() +.TP +.B max() +.TP +.B highest() +.TP +.B lowest() +.TP 2.2o + +.B SETS +.TP 2.2i +Namespace http://exslt.org/sets +.TP 2.2i +For a description see http://exslt.org/set/index.html +.TP 2.2i +.B difference() +.TP +.B intersection() +.TP +.B distinct() +.TP +.B has-same-node() +.TP +.B leading() +.TP +.B trailing() +.TP 2.2o + +.B FUNCTIONS +.TP 2.2i +Namespace http://exslt.org/functions +.TP 2.2i +For a description see http://exslt.org/func/index.html +.TP 2.2i +.B function() +.TP +.B result() +.TP 2.2o +.SH FILES +.TP 2.2i +.B /usr/lib/libxslt_0.0.0/libexslt.a +static library +.TP +.B /usr/lib/libxslt_0.0.0/libexslt.so +sharable library +.SH AUTHORS +Manual page by Heiko W. Rupp (hwr@pilhuhn.de) +.SH SEE ALSO +.IR libxslt (4), +.IR libxml (4), +.IR xsltproc (1), +.IR xmllint (1) +.\" end of manual page diff --git a/libxslt/Makefile.am b/libxslt/Makefile.am index 3db65ce6..9b080fb2 100644 --- a/libxslt/Makefile.am +++ b/libxslt/Makefile.am @@ -49,3 +49,6 @@ libxslt_la_SOURCES = \ libxslt_la_LIBADD = $(EXTRA_LIBS) libxslt_la_LDFLAGS = -version-info @LIBXSLT_VERSION_INFO@ +man_MANS = libxslt.4 + +EXTRA_DIST = $(man_MANS) diff --git a/libxslt/libxslt.4 b/libxslt/libxslt.4 new file mode 100644 index 00000000..2fd6ff63 --- /dev/null +++ b/libxslt/libxslt.4 @@ -0,0 +1,31 @@ +.TH libxslt 4 "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 (4), +.IR libxml (4), +.IR xsltproc (1), +.IR xmllint (1) +.\" end of manual page -- 2.34.1