Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libxslt(3) [osx man page]

libxslt(3)						     Library Functions Manual							libxslt(3)

NAME
libxslt - library used to do XSL transformations on XML documents DESCRIPTION
The libxslt library is used to do XSL transformations on XML documents that have been loaded into memory with functions from libxml. FILES
/usr/lib/libxslt_1.0.0/libxslt.a static library /usr/lib/libxslt_1.0.0/libxslt.so sharable library /usr/package/libxslt_1.0.0/bin/xsltproc binary application to do XSL transformations on the command line AUTHORS
Daniel Veillard (daniel@veillard.com). If you download and install this package look at instructions on the Web site http://xml- soft.org/XSLT/ . Manual page by Heiko W. Rupp (hwr@pilhuhn.de) SEE ALSO
libexslt(3), libxml(3), xsltproc(1), xmllint(1) 30 August 2001 libxslt(3)

Check Out this Related Man Page

libxslt(3)						     Library Functions Manual							libxslt(3)

NAME
libxslt - library for transforming XML documents DESCRIPTION
The libxslt library is the XSLT library developed for the Gnome project. XSLT itself is a declarative language for transforming XML docu- ments into other XML documents, or arbitrary text output using a stylesheet. The libxslt library is based on libxml2 library developed for the Gnome project. It also implements most of the EXSLT set of processor- portable extensions functions and some of Saxon's evaluate and expressions extensions. FILES
/usr/lib/libxslt.so shared object library /usr/lib/libexslt.so shared object library /usr/bin/xsltproc command line XSLT processor /usr/bin/xslt-config binary application for printing library configuration /usr/include/libxslt header files /usr/share/lib/xml/style stylesheets AUTHORS
Daniel Veillard (daniel@veillard.com). SEE ALSO
xsltproc(1), xslt-config(1), libxml(3) NOTES
Source for libxslt is available in the SUNWlxslS package. Documentation for libxslt is available on-line at http://www.xmlsoft.org/XSLT. 17 Jul 2002 libxslt(3)
Man Page

We Also Found This Discussion For You

1. Programming

How compile sample libxslt program?

What are the command I use to compile the sample program at the bottom of the page of http://xmlsoft.org/XSLT/tutorial/libxslttutorial.html? Here are my attempts: g++ -c libxslt_tutorial.cpp -I/usr/include/libxml2 g++ libxslt_tutorial.o -l xslt -l xml Here are the errors I get when I try... (1 Reply)
Discussion started by: siegfried
1 Replies