|
ExpressionToSymbolicMathML
ExpressionToSymbolicMathML[expr] converts the Mathematica expression, expr, into a MathML-flavored SymbolicXML structure.
The output is in the form of content MathMl, wherever possible.
This function takes the options "Formats" and "Annotations". For details about these options, see MathML Options.
This function exists only in the XML`MathML` context. Hence, when doing an evaluation, you must specify the function name as XML`MathML`ExpressionToSymbolicMathML. To use the function without the context name prefix, you must first add the XML`MathML` context to your context path.
See also: BoxesToMathML, MathMLToBoxes, ExpressionToMathML, MathMLToExpression, SymbolicMathMLToExpression, BoxesToSymbolicMathML, SymbolicMathMLToBoxes.
Example
|