An XProc 1.0 processor


Keywords
pipelines, xml, xproc
Licenses
CDDL-1.1/AAL/GPL-3.0

Documentation

XML Calabash (1.x)

Build Status

XML Calabash depends on Saxon and the sources vary a bit depending on the version of Saxon that you want to use.

  • The saxon100 branch contains the sources for the Saxon 10.5 version of XML Calabash.
  • The saxon99 branch contains the sources for the Saxon 9.9 version of XML Calabash.
  • The saxon98 branch contains the sources for the Saxon 9.8 version of XML Calabash.
  • The saxon97 branch contains the sources for the Saxon 9.7 version of XML Calabash.
  • The saxon96 branch contains the sources for the Saxon 9.6 version of XML Calabash. This is also the default branch as of 9 March 2015.
  • The saxon95 branch contains the sources for the Saxon 9.5 version of XML Calabash.
  • The saxon94 branch contains the sources for the Saxon 9.4 version of XML Calabash. I'm no longer attempting to maintain the Saxon 9.4 version.
  • Saxon 9.3 is no longer supported. This is the "master" branch for historical reasons.
  • The docs branch is moribund, see the docs repo instead.

You can download compiled versions from the releases page.

Modularity

As of version 1.1.0, XML Calabash is distributed in modules. This repository contains the core processor. The jar files from additional repositories are needed for some functionality:

Module Functionality
deltaxml XML comparison with Delta XML
ditaa ASCII diagrams with ditaa
mathml-to-svg MathML to SVG conversion with JEuclid
metadata-extractor Image Metadata Extractor
plantuml ASCII diagrams with PlantUML
print Printing with XSL FO or CSS
rdf Read/write/query RDF
sendmail Sending email
xcc MarkLogic XCC steps
xmlunit XML comparison with XMLUnit

Simply place the appropriate jar files in your classpath, there's no additional configuration required. Note that you will also need commercial libraries and licenses for some steps.

These steps (and XML Calabash itself) are also available through Maven.