XML`
XML`

MathMLToBoxes

Same functionality now provided by ImportString[string,{"MathML","Boxes"}].

MathMLToBoxes[string]

converts the string containing MathML-flavored XML text into a Wolfram Language box expression.

Details and Options

  • To use MathMLToBoxes, you first need to load the XML Package using Needs["XML`"].

Examples

Basic Examples  (1)

Generate some MathML data using BoxesToMathML:

Convert the output back into a box expression using MathMLToBoxes: