Introduction
XSLT (XML transformation processing) library.
- Libxslt is a C implementation
- Libxslt is based on libxml for XML parsing, tree manipulation and XPath support
- It is written in plain C, making as few assumptions as possible, and sticking closely to ANSI C/POSIX for easy embedding. Should work on Linux/Unix/Windows.
- This library is released under the MIT Licence
- Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor.
Web Page
Versions
1.1.29
Flavours
1
Architecture
x86_64
Group
module load site-local
Build Details
Compiled with:
- gcc/4.9.3
- libxml2/2.9.4/1
- –with-libxml-prefix=/gpfs/apps/libxml2/2.9.4/1
Usage
module load libxslt/1.1.29/1
Example Job Scripts
None required.
Status
Partially tested.