Skip to Content

libxslt v1.1.37

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: default-features

# crypto

Build with crypto support

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

# default-features default

default features for the current platform

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# plugins

(deprecated)

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

No dependencies.

Host Dependencies:

No dependencies.

# python

Builds with python support

Supports: !windows
  • linux
  • osx
  • windows
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

# Changelog

  • 8308c14 [libxslt] do not require default features of libxml2 (#35565)
  • 2f56fda [libpq,libxslt] Update libpq, fix misc issues (#31314)
  • a3d780b [libxslt] Fix static usage (#28786)
  • 7e430e3 [libxslt] Update to 1.1.37 (#26718)
  • d3f7446 [libxslt] fix export statements for clang-cl (#26003)
  • 5a8ff00 [libxml2,libxslt] Revise dependency handling (#24935)
  • 12b018e [libxslt] update to cmake (#24784)
  • 2ac61f8 [libxslt] add optional feature support (#24240)
  • 0707a17 [liblzma] No debug postfix. Rewrite wrapper. (#22856)
  • 1a5075b [libxslt] Remove unneeded helper (#21480)
and 17 more commits:

# Source