added man pages provided by Heiko Rupp Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Fri, 31 Aug 2001 11:54:22 +0000 (11:54 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Fri, 31 Aug 2001 11:54:22 +0000 (11:54 +0000)
* libxslt/libxslt.4 libexslt/libexslt.4 libxslt/Makefile.am
  libexslt/Makefile.am: added man pages provided by Heiko Rupp
Daniel

ChangeLog
libexslt/Makefile.am
libexslt/libexslt.4 [new file with mode: 0644]
libxslt/Makefile.am
libxslt/libxslt.4 [new file with mode: 0644]

index acbfe28..be3d6bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 31 13:51:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
+
+       * 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 <jfleck@inkstain.net>
 
        * doc/tutorial/libxslttutorial.xml, libxslttutorial.html - update
index 982ea7a..bc2d8ce 100644 (file)
@@ -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 (file)
index 0000000..3c85c34
--- /dev/null
@@ -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
index 3db65ce..9b080fb 100644 (file)
@@ -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 (file)
index 0000000..2fd6ff6
--- /dev/null
@@ -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