|
SOLUTIONS
|
XML 程序包 符号
FromSymbolicXML
FromSymbolicXML[expr]
converts a SymbolicXML expression expr to a more native format, if one is available.
更多信息更多信息
- 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.
范例范例打开所有单元关闭所有单元
基本范例 (2)基本范例 (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 »


