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
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
libxml2
Features: (none)
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
# Contributors
- Martin Müller
- pravic
- NancyLi1013
- Jack·Boos·Yu
- Phoebe
- heydojo
- Robert Schumacher
- Alexander Neumann
- Joachim Gehweiler
- Ludek Vodicka
- pastle-ptc
- Osyotr
- Kai Pastor
- Gordon Smith
- Vincent Thiberville
- gerard-ryan-immersaview