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