fop/examples/mathml
Glen Mazza 0e6c2209be Reconfigured ElementMapping from an interface to an abstract base class
Removed FOTreeBuilder references from all ElementMapping subclasses
Simplified FOTreeBuilder ElementMapping instantiation somewhat


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196687 13f79535-47bb-0310-9956-ffa450edef68
2003-07-12 21:22:04 +00:00
..
docs Move over from contrib/mathml 2003-01-29 16:25:25 +00:00
lib Move over from contrib/mathml 2003-01-29 16:25:25 +00:00
resources/META-INF/services Move over from contrib/mathml 2003-01-29 16:25:25 +00:00
src/org/apache/fop/mathml Reconfigured ElementMapping from an interface to an abstract base class 2003-07-12 21:22:04 +00:00
.cvsignore Move over from contrib/mathml 2003-01-29 16:25:25 +00:00
build.bat Move over from contrib/mathml 2003-01-29 16:25:25 +00:00
build.sh Move over from contrib/mathml 2003-01-29 16:25:25 +00:00
build.xml Move over from contrib/mathml 2003-01-29 16:25:25 +00:00
README Move over from contrib/mathml 2003-01-29 16:25:25 +00:00

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.