components/libxslt/libxslt.3
changeset 148 33ca3897ae25
child 181 87e11e685b1f
equal deleted inserted replaced
147:5af6875cbf70 148:33ca3897ae25
       
     1 .TH libxslt 3 "17 Jul 2002"
       
     2 .SH NAME
       
     3 libxslt \- library for transforming XML documents
       
     4 .SH DESCRIPTION
       
     5 The
       
     6 .I libxslt
       
     7 library is the XSLT library developed for the Gnome project.  XSLT
       
     8 itself is a declarative language for transforming XML documents into other
       
     9 XML documents, or arbitrary text output using a stylesheet.
       
    10 
       
    11 .LP
       
    12 The
       
    13 .I libxslt
       
    14 library is based on
       
    15 .I libxml2 
       
    16 library developed for the Gnome project.  It also implements most
       
    17 of the EXSLT set of processor-portable extensions functions and some of Saxon's
       
    18 evaluate and expressions extensions.
       
    19 
       
    20 .SH FILES
       
    21 .TP 2.2i
       
    22 .B /usr/lib/libxslt.so
       
    23 shared object library
       
    24 .TP
       
    25 .B /usr/lib/libexslt.so
       
    26 shared object library
       
    27 .TP
       
    28 .B /usr/bin/xsltproc
       
    29 command line XSLT processor
       
    30 .TP
       
    31 .B /usr/bin/xslt-config
       
    32 binary application for printing library configuration
       
    33 .TP
       
    34 .B /usr/include/libxslt
       
    35 header files
       
    36 .TP
       
    37 .B /usr/share/lib/xml/style
       
    38 stylesheets
       
    39 
       
    40 .SH AUTHORS
       
    41 Daniel Veillard ([email protected]).
       
    42 
       
    43 .SH SEE ALSO
       
    44 .IR xsltproc (1),
       
    45 .IR xslt-config (1),
       
    46 .IR libxml (3)
       
    47 .SH NOTES
       
    48 Source for libxslt is available on http://opensolaris.org.
       
    49 Documentation for libxslt is available on-line at http://www.xmlsoft.org/XSLT.