|
SOLUTIONS
|
XML PACKAGE SYMBOL
RawXML
![]()
represents a raw string fragment of XML that can be used inside a SymbolicXML expression.
DetailsDetails
- To use
, you first need to load the XML Package using Needs["XML`"].
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
| In[2]:= |
| Out[2]= | ![]() |
A composed SymbolicXML expression with an embedded fragment of
:
| In[3]:= |
| Out[3]= | ![]() |
The composite expression exports as XML:
| In[4]:= |
| Out[4]= | ![]() |
The composite expression and variants are recognized as SymbolicXML:
| In[5]:= |
| Out[5]= |
Using ToSymbolicXML expands any
fragments into SymbolicXML fragments, if possible:
| In[6]:= |
| Out[6]= |
| In[7]:= |
| Out[7]= | ![]() |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




