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.
更多信息和选项
- To use MathMLToBoxes, you first need to load the XML Package using Needs["XML`"].
范例
基本范例 (1)
Generate some MathML data using BoxesToMathML:
Convert the output back into a box expression using MathMLToBoxes: