|
SOLUTIONS
|
XML PACKAGE SYMBOL
FromSymbolicXML
FromSymbolicXML[expr]
converts a SymbolicXML expression expr to a more native format, if one is available.
DetailsDetails
- To use
, you first need to load the XML Package using Needs["XML`"].
is the inverse of ToSymbolicXML. - Given a SymbolicXML expression,
will attempt to interpret it.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
| In[1]:= |
Create an ExpressionML file using Export:
| In[2]:= |
| Out[2]= |
Import this ExpressionML file as SymbolicXML:
| In[3]:= |
| Out[3]= | ![]() |
Use the output as the argument for
to interpret the SymbolicXML as a notebook expression:
| In[4]:= |
| Out[4]= |
| In[1]:= |
| In[2]:= |
| Out[2]= |
Import the file as SymbolicXML:
| In[4]:= |
| Out[4]= | ![]() |
Use
to interpret the output as a box expression:
| In[5]:= |
| Out[5]= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


