The "MathML support" add-on contains:
A configuration which allows to create standalone documents conforming to the MathML 2 schema[6] (presentation markup only, content markup is not supported).
Such standalone documents are typically used the way graphics files are. DITA example: <image href="math/Equation5.mml"/>.
Note that this configuration adds not only a menu to the GUI, but also a MathML tool just below the Edit tool, at the top/right of the main window.
A customization of the DocBook 5 configuration. This customization allows to edit MathML elements embedded in DocBook 5 documents (by the means of elements such as imagedata, equation, inlineequation, etc).
This customization also adds a "" item to the menu and extends the table editing commands in order to support the mml:mtable element and its descendants.
A sample DocBook 5 document containing math is found in .mathml_addon_install_dir/db5mml/sample.xml
An image toolkit similar to the one based on JEuclid.
Note that installing this add-on also requires installing the add-on called "JEuclid image toolkit plug-in". That gives us two image toolkits which allow to convert MathML to a variety of graphics formats:
The ``internal'' image toolkit is needed to render the contents of the MathML tool[7].
The JEuclid This image toolkit is used when XML documents embedding MathML or referencing MathML files are converted to formats such as HTML, PDF, RTF, etc.
Because this add-on customizes the stock DocBook 5 configuration bundled with XMLmind XML Editor, it is not possible to install it in conjunction with other add-ons which also customize the DocBook 5 configuration.