Recent Changes - Search:

edit SideBar

libxslt

Description

This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism. To use it you need to have a version of libxml2 >= 2.6.27 installed. The xsltproc command is a command line interface to the XSLT engine.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlc -q64" or "gcc -maix64".

Homepage: http://xmlsoft.org/XSLT/

Current version: 1.1.32-1

Downloads

RPM:

Source RPM:

Package dependencies:


All versions

Edit - History - Print - Recent Changes - Search
Page last modified on December 15, 2017, at 12:07 PM