This repository contains an XML Calabash 1.1 extension step that can convert MathML to SVG.
This step should work with either Saxon 9.5 or later.
The class org.w3c.dom.events.CustomEvent
was removed from the JDK. At the moment,
this step won’t build with recent versions of the JDK. I believe this will resolve itself when
jeuclid-core
is updated to use org.apache.batik.w3c.dom.events.CustomEvent
.
But that’s just a guess.
For standalone installation, get the most recent release from the project
releases page.
The release distributed there includes
relevant dependencies. Unpack it somewhere on your system and add the
included, top-level jar
file to your class path.
If you're using Maven, you can also get it from there. Note, however, that
the Maven distribution includes a POM file that identifies other dependencies
that must also be downloaded. You'll need them too, which happens naturally
if you're including the Maven dependency in some other Maven project.
If you just grab the jar
from Maven and don't get the other dependencies,
you're likely to find that the step doesn't work because of some missing
dependencies.