Skip to Content

libxslt v1.1.42

Created
Updated

Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT

# Usage

The package libxslt is compatible with built-in CMake targets:

# xslt library
find_package(LibXslt REQUIRED)
target_link_libraries(main PRIVATE LibXslt::LibXslt)

# exslt library
find_package(LibXslt REQUIRED)
target_link_libraries(main PRIVATE LibXslt::LibExslt) 

In order to use modules, you must set environment variable LIBXSLT_PLUGINS_PATH
at runtime.

# License

Unspecified

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

Default feature: thread

# crypto

Build with crypto support

Supports: !windows
  • linux
  • osx
  • windows
Dependencies:
and one transitive dependency:
Host Dependencies:
3 transitive dependencies:

# plugins

(deprecated)

Supports: !static
  • linux-dynamic
  • osx-dynamic
  • windows-dynamic
  • linux-static
  • osx-static
  • windows-static
Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# profiler

Build with profiling support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# python

Builds with python support

Supports: !windows
  • linux
  • osx
  • windows
Dependencies:

No transitive dependencies.

Host Dependencies:

No dependencies.

# thread default

Enable multi-threading support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# tools

Build the utilities

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

# Contributors

  • Martin Müller's avatar Martin Müller
  • pravic's avatar pravic
  • NancyLi1013's avatar NancyLi1013
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Phoebe's avatar Phoebe
  • heydojo's avatar heydojo
  • Robert Schumacher's avatar Robert Schumacher
  • Alexander Neumann's avatar Alexander Neumann
  • Joachim Gehweiler's avatar Joachim Gehweiler
  • Ludek Vodicka's avatar Ludek Vodicka
  • pastle-ptc's avatar pastle-ptc
  • Osyotr's avatar Osyotr
  • Kai Pastor's avatar Kai Pastor
  • Gordon Smith's avatar Gordon Smith
  • Vincent Thiberville's avatar Vincent Thiberville
  • gerard-ryan-immersaview's avatar gerard-ryan-immersaview
  • Don Olmstead's avatar Don Olmstead
  • autoantwort's avatar autoantwort

# Changelog

and 20 more commits:

# Source