Impressum/Imprint Datenschutz

MorganaXProc-IIIse

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.

Standard coverage:

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 (27 November 2023), Validation steps specification (27 November 2023) and support for Invisible XML (27 November 2023).

The test results against the XProc 3.0 test suite are reasonably well.

Details:


Quick start:

and unzip the distribution.

To test your installation open your terminal/console and type:

Windows:
Morgana.bat pipeline.xpl
MacOS, Linux:
sh Morgana.sh pipeline.xpl

Manual

A first draft of the manual is available here.