blob: ff0d56fd13fd7b5a26d2fdb88ebf79f4ebcd0c0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.
|