Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
XML Package >

SymbolicMathMLToExpression

SymbolicMathMLToExpression[smml]
converts the MathML-flavored SymbolicXML structure, smml, into a Mathematica expression. The output is in the form of content MathML, wherever possible.
  • To use SymbolicMathMLToExpression, you first need to load the XML Package using Needs["XML`"].
Generate MathML-flavored SymbolicXML:
Use the result to recover the original Mathematica expression:
Needs["XML`"]
Generate MathML-flavored SymbolicXML:
In[2]:=
Click for copyable input
Out[2]=
Use the result to recover the original Mathematica expression:
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team