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. hace 18 años
..
docs Fixed FO validation problem and the header. hace 19 años
lib Move over from contrib/mathml hace 21 años
resources/META-INF/services Move over from contrib/mathml hace 21 años
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. hace 18 años
README Move over from contrib/mathml hace 21 años
build.bat Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. hace 20 años
build.sh Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. hace 20 años
build.xml Change more links from xml.apache.org to xmlgraphics.apache.org. hace 18 años

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.