components/libxslt/libxslt.3
changeset 1025 95d154bfbea4
parent 1024 64f927492d58
child 1026 6af2048773a2
equal deleted inserted replaced
1024:64f927492d58 1025:95d154bfbea4
     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)