Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We have been using an outdated version of xalan, which is what is installed using apt in Ubuntu. If you run Fedora, you will receive the latest version. The executable name has changed from "xalan" to "Xalan" and the supported command line arguments are also different. Therefore supporting different versions of xalan across distros can be challenging. One alternative is xsltproc. It looks like it works on both Ubuntu and Fedora, so let's swap out xalan for xsltproc. Signed-off-by: Joakim Bech <[email protected]> Tested-by: Joakim Bech <[email protected]> (Fedora 41) Tested-by: Joakim Bech <[email protected]> (Ubuntu 22.04)
- Loading branch information