Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT
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.
Build with crypto support
(deprecated)
Build with profiling support
Builds with python support
Enable multi-threading support
Build the utilities
v1.1.42#1
!uwp
Complex license
Manifest