MorganaXProc-IIIse is a Java implementation of XProc 3.0: An XML Pipeline Language. It is an open source product released under GNU General Public License 3.
Requisite: Java Virtual Machine (JVM). Currently version 8.0 and 11 (and later) are supported.
You can download the current version of MorganaXProc-IIIse from our at SourceForge. Please use SourceForge ticket page to file bugs etc.
MorganaXProc-IIIse implements the Community Group Report 12 September 2022 of the language specs as well as the Community Group Report 12 September 2022 of the standard step library. Additionally it covers the File steps specification (23th August 2022) and Validation steps specification (23th August 2022).
The test results against the XProc 3.0 test suite are reasonably well.
Details:
After more than two and a half years as a public beta, MorganaXProc-IIIse was released as 1.0 on on 2022-09-16.
and unzip the distribution.
To test your installation open your terminal/console and type:
Morgana.bat pipeline.xpl
sh Morgana.sh pipeline.xpl
A first draft of the manual is available here.