Changes in version 1.5.1 (2025-02-27) o Small fix for compat with new xml2 Changes in version 1.5.0 (2024-12-16) o Windows: build with libxslt from Rtools if found Changes in version 1.4.5 (2024-04-24) o Fix compat with libxml2 2.12.0 Changes in version 1.4.4 (2023-02-21) o Fix a bug that would cause a crash for some invalid xslt input (#11) o Windows: update to libxml2 2.10.3 and libxslt 1.1.37 Changes in version 1.4.3 (2021-05-05) o Windows: update to libxml2 2.9.10 and libxslt 1.1.34 Changes in version 1.4.2 (2020-05-17) o Explicitly link to liblzma on MacOS to fix problem on CRAN. Changes in version 1.4.1 (2020-04-15) o Fix build on CRAN MacOS (without pkg-config) Changes in version 1.4 (2020-04-03) o Windows: update to libxml2 2.9.8 and libxslt 1.1.32 o now print a message instead of erroring o Force rebuild because libxml2 ABI has changed due to rcpp removal o Configure: include sdk path on MacOS Changes in version 1.3 (2017-11-18) o Fix a pedantic warning about variable length arrays Changes in version 1.2 (2017-09-18) o Add support for setting custom xslt parameters Changes in version 1.1 (2017-05-19) o For stylesheets with output method="text" return a string instead of xml object o Fix a crash on Windows by making copies of the input docs before transforming o More stress testing in unit tests o Export xslt_version() function o Update maintainer details Changes in version 1.0 (2017-01-07) o Initial release