XML`
XML`

FromSymbolicXML

FromSymbolicXML[expr]

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

Details and Options

  • To use FromSymbolicXML, you first need to load the XML Package using Needs["XML`"].
  • FromSymbolicXML is the inverse of ToSymbolicXML.
  • Given a SymbolicXML expression, FromSymbolicXML will attempt to interpret it.

Examples

Basic Examples  (2)

Create an ExpressionML file using Export:

Import this ExpressionML file as SymbolicXML:

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

Create a MathML file:

Import the file as SymbolicXML:

Use FromSymbolicXML to interpret the output as a box expression: