You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremias Maerki c7d0432324 New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes. 18 years ago
..
docs Fixed FO validation problem and the header. 18 years ago
lib Move over from contrib/mathml 21 years ago
resources/META-INF/services Move over from contrib/mathml 21 years ago
src/org/apache/fop/mathml New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes. 18 years ago
README Move over from contrib/mathml 21 years ago
build.bat Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
build.sh Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
build.xml Change more links from xml.apache.org to xmlgraphics.apache.org. 18 years ago

README

FOP MathML Readme

This directory contains an extension for MathML that can be used with FOP.

This extension works with JEuclid which is available from:
http://sourceforge.net/projects/jeuclid/

This simply uses JEuclid to convert the MathML CML into SVG.
The SVG is then handled as normal.