Description
Provides the Saxon XSLT 3.0 and XQuery 3.0 processor, made by Saxonica.
The goal is to:
- Build and package the Java version so that it can easily be used from the command line or referenced by another program.
- Build and package the PHP extension provided by Saxonica so it can be easily installed to use Saxon from PHP code.
- Build and package the Saxon processor on which the PHP extension depends.
The Saxon products made available are SaxonJ-HE and SaxonC-HE, which are distributed under the terms of the MPL 2.0 licence.
Installation Instructions
For the Java version
Install the package, and check it is working with
java -cp /usr/share/java/saxon/saxon-he.jar net.sf.saxon.Query -t -qs:"current-date()"
You should see a line like: <?xml version="1.0" encoding="UTF-8"?>2023-09-02+02:00Execution time: 40.931534ms
For the PHP version
Install the package, and check that it is installed and activated with
php -i | grep saxon
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 9 | x86_64 (1)* | EPEL 9 (18 downloads) |
Fedora 39 | x86_64 (22)* | Fedora 39 (0 downloads) |
Fedora 40 | x86_64 (7)* | Fedora 40 (9 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable tliardon/saxon
More info about enabling Copr repositories