transformOMMLToMathML

transformOMMLToMathML

BASIC / ADVANCED / PREMIUM

Transforms OMML (Office MathML) equations to MathML.

Description
public String transformOMMLToMathML(String omml)

Transforms OMML equations to MathML. A MathML viewer is required to display the ouput (http://www.wiris.com/editor/demo/en/mathml-latex).

Parameters

equation

The OMML equation code.

Return values

String.

Code samples

Example #1