XSLT processor
Find a file
2025-11-30 00:51:29 -06:00
.gitlab-ci Fix deprecated xmlNoNetExternalEntityLoader #157 2025-10-03 13:24:10 -06:00
doc doc: Update documentation 2024-07-04 17:38:15 +02:00
examples xsltlocale: Make API platform-independent 2023-01-09 18:34:29 +01:00
libexslt End function node ancestor search at document 2025-08-27 17:10:01 +03:00
libxslt Added missing transformInternals.h to makefile 2025-11-24 09:50:47 -06:00
m4 autotools: Link with --undefined-version 2023-05-06 16:40:21 +02:00
python python: Don't use removed libxml2 macro 2025-03-09 19:37:24 +01:00
tests variables: Reset context variable when evaluating globals 2025-10-07 16:48:36 +02:00
vms applied patch from Craig A. Berry for the VMS port. Daniel 2002-12-22 21:55:36 +00:00
win32 build: Remove mem-debug option 2024-01-30 13:02:45 +01:00
xsltproc xsltproc: Remove unneeded includes 2024-06-16 16:09:51 +02:00
.gitignore autotools: Remove RPM build 2024-06-15 20:01:19 +02:00
.gitlab-ci.yml Release v1.1.45 2025-11-30 00:51:29 -06:00
AUTHORS Add ichavero to contributors 2025-11-21 13:35:38 -06:00
autogen.sh Avoid obsolescent test -a constructs 2022-04-03 15:35:32 +02:00
CMakeLists.txt Add transformInternals.h file 2025-11-24 01:33:58 -06:00
config.h.cmake.in extensions: Don't use libxml2's "modules" feature 2024-07-23 02:08:32 +02:00
configure.ac Release v1.1.45 2025-11-30 00:51:29 -06:00
Copyright change the Licence to MIT Licence and release of 1.0.11 updates of the 2002-02-08 16:09:27 +00:00
FEATURES Remove SVN keyword anchors 2022-02-17 19:07:57 +01:00
FindGcrypt.cmake Require dependencies based on enabled CMake options 2020-11-30 20:45:04 +01:00
HACKING Change bug tracker URL 2019-02-15 17:52:39 +01:00
INSTALL Remove CVS and SVN-related code 2022-02-16 20:17:36 +01:00
libexslt.pc.in pkg-config files include cflags for static builds 2023-09-23 12:36:42 +00:00
libxslt-config.cmake.cmake.in Handle NOCONFIG case when setting locations from CMake target properties 2023-09-09 17:50:34 +02:00
libxslt-config.cmake.in Add variables for configured options to CMake config files 2021-01-15 18:33:56 +01:00
libxslt.doap Adding ichavero as maintainer 2025-08-05 10:01:58 -06:00
libxslt.m4 autotools: Stop installing libxslt.m4 2024-06-15 20:01:32 +02:00
libxslt.pc.in pkg-config files include cflags for static builds 2023-09-23 12:36:42 +00:00
Makefile.am autotools: Stop installing libxslt.m4 2024-06-15 20:01:32 +02:00
NEWS Release v1.1.45 2025-11-30 00:51:29 -06:00
NOTES Initial revision 2001-01-07 14:01:28 +00:00
README.md Update README 2023-01-03 12:01:43 +01:00
TODO applied last patch for #110023 from Mark Vakoc fixed a memory leak when 2003-04-23 20:44:16 +00:00
xslt-config.in pkg-config files include cflags for static builds 2023-09-23 12:36:42 +00:00
xsltConf.sh.in xslt-config.in: Add a --dynamic option to --libs 2019-07-29 21:52:41 +10:00

libxslt

libxslt is an XSLT processor based on libxml2.

Official releases can be downloaded from https://download.gnome.org/sources/libxslt/

The git repository is hosted on GNOME's GitLab server: https://gitlab.gnome.org/GNOME/libxslt

Bugs should be reported at https://gitlab.gnome.org/GNOME/libxslt/-/issues

Documentation is available at https://gitlab.gnome.org/GNOME/libxslt/-/wikis

The build system is similar to libxml2. Refer to libxml2's README for build instructions.