WOLFRAM

FromSymbolicXML[expr]

converts a SymbolicXML expression expr to a more native format, if one is available.

Details and Options

Examples

Basic Examples  (2)Summary of the most common use cases

Create an ExpressionML file using Export:

Out[2]=2

Import this ExpressionML file as SymbolicXML:

Out[3]=3

Use the output as the argument for FromSymbolicXML to interpret the SymbolicXML as a notebook expression:

Out[4]=4

Create a MathML file:

Out[2]=2

Import the file as SymbolicXML:

Out[4]=4

Use FromSymbolicXML to interpret the output as a box expression:

Out[5]=5