| OLD | NEW |
| (Empty) | |
| 1 .TH libxslt 3 "30 August 2001" |
| 2 .SH NAME |
| 3 libxslt \- library used to do XSL transformations on XML documents |
| 4 .SH DESCRIPTION |
| 5 The |
| 6 .I libxslt |
| 7 library is used to do XSL transformations on XML documents that |
| 8 have been loaded into memory with functions from |
| 9 .I libxml. |
| 10 .LP |
| 11 .SH FILES |
| 12 .TP 2.2i |
| 13 .B /usr/lib/libxslt_1.0.0/libxslt.a |
| 14 static library |
| 15 .TP |
| 16 .B /usr/lib/libxslt_1.0.0/libxslt.so |
| 17 sharable library |
| 18 .TP |
| 19 .B /usr/package/libxslt_1.0.0/bin/xsltproc |
| 20 binary application to do XSL transformations on the command line |
| 21 .SH AUTHORS |
| 22 Daniel Veillard (daniel@veillard.com). |
| 23 If you download and install this package look at instructions on the |
| 24 Web site http://xmlsoft.org/XSLT/ . |
| 25 Manual page by Heiko W. Rupp (hwr@pilhuhn.de) |
| 26 .SH SEE ALSO |
| 27 .IR libexslt (3), |
| 28 .IR libxml (3), |
| 29 .IR xsltproc (1), |
| 30 .IR xmllint (1) |
| 31 .\" end of manual page |
| OLD | NEW |