|
SymbolicMathMLToBoxes
SymbolicMathMLToBoxes[smml] converts the MathML-flavored SymbolicXML structure, smml, into a Mathematica box expression.
This function exists only in the XML`MathML` context. Hence, when doing an evaluation, you must specify the function name as XML`MathML`SymbolicMathMLToBoxes. 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, ExpressionToSymbolicMathML, SymbolicMathMLToExpression, BoxesToSymbolicMathML.
Example
|