libxslt is the XSLT C library developed for the GNOME project. It provides an implementation of XSLT 1.0, plus most of the EXSLT set of processor-portable extensions functions and some of Saxon's evaluate and expressions extensions. libxslt is based on libxml2, which it uses for XML parsing, tree manipulation and XPath support. It is free software released under the MIT License and can be reused in commercial applications.
libxslt can be used either as library embedded into an application, or via the xsltproc command line tool. The integration into applications is eased by a multitude of language bindings and wrappers. Being written in C, libxslt is a fast and low-resource processor. This makes it a popular choice for DocBook formatting and as standard XSLT processor for programming languages like PHP, Perl or Python.
The WebKit layout engine (used e.g. in the Apple Safari web browser) uses the libxslt library to do XSL transformations.
See also
- Free and open-source software portal
- libxml2
- Saxon XSLT (competitor)
- Xalan (competitor)
External links
References
libxslt Home Page: Introduction http://xmlsoft.org/XSLT/intro.html ↩
Pashley, David .Benchmarking XSLT processors. No longer available online (2016). ↩
DocBook XSL: The Complete Guide - 4th Edition: XSLT Processors http://www.sagehill.net/docbookxsl/XSLprocessors.html ↩
libxslt Home Page: DocBook http://xmlsoft.org/XSLT/docbook.html ↩
php.net: XSL functions http://php.net/xsl ↩
Perl bindings for libxslt https://search.cpan.org/dist/XML-LibXSLT/ ↩
Python binding for the libxml2 and libxslt libraries Archived 2010-02-02 at the Wayback Machine http://codespeak.net/lxml/ ↩
"The WebKit Open Source Project - XSLT". Retrieved 2009-10-25. http://webkit.org/projects/xslt/index.html ↩