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)Summary of the most common use cases
In[1]:=1

✖
https://wolfram.com/xid/0cjr9dpm228i-bu0fa3
Generate some MathML data using BoxesToMathML:
In[2]:=2

✖
https://wolfram.com/xid/0cjr9dpm228i-oek
Out[2]=2

Convert the output back into a box expression using MathMLToBoxes:
In[3]:=3

✖
https://wolfram.com/xid/0cjr9dpm228i-crb
Out[3]=3
