Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Side by Side Diff: third_party/libxslt/libxslt/libxslt.3

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expected blink test failures Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698