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.
For now, nothing built and packaged here should be considered ready.
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 Fedora 38 x86_64 (0)* Fedora 38 (0 downloads)* Total number of packages downloaded in the last seven days.
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/tliardon/saxon