daliboris/morganaxproc-iiise

By daliboris

Updated about 1 month ago

MorganaXProc-IIIse (the Standard Edition), an implementation of XProc 3.1: An XML Pipeline Language.

Image
Languages & frameworks
Developer tools
0

978

daliboris/morganaxproc-iiise repository overview

Quick reference

Maintained by: Boris Lehečka

What is MorganaXProc-IIIse?

MorganaXProx-IIIse is XProc 3.x engine developed by Achim Berndzen (<xml-project />).

How to use this image

This will create and run Docker container with interactive bash.

Notes:

  • replace C:\path\to-folder\with-xpl\files with existing path on your computer where XProc 3.0 pipelines are stored.
  • replace [[tag]]`` with appropriate value, for example 1.6.15-saxonhe-12.8-jre-21`
docker run -it --rm --volume C:\path\to-folder\with-xpl\files:/data daliboris/morganaxproc-iiise:[[tag]]

Continue using MorganaXProc-IIIse via interactive command line interface (CLI), for example:

Morgana.sh -config=/config/config.xml ./path-to/pipeline.xpl
  • Morgana.sh is main entry point of the MorganaXProc-IIIse engine
  • config files are stored in the /config/ folder of the container's file system
  • ./path-to/pipeline.xpl points to pipeline file stored on your computer

See all command line options of MorganaXProc-IIIse.

Tag summary

Content type

Image

Digest

sha256:e55faaec5

Size

126.7 MB

Last updated

about 1 month ago

docker pull daliboris/morganaxproc-iiise:1.8.10-saxonhe-12.9-jre-17