|
FromSymbolicXML
FromSymbolicXML[expr] converts a SymbolicXML expression expr to a more native format, if one is available.
FromSymbolicXML is the inverse of To SymbolicXML. Given a SymbolicXML expression, FromSymbolicXML will attempt to interpret the SymbolicXML.
This function exists only in the XML` context. Hence, when doing an evaluation, you must specify the function name as XML`FromSymbolicXML. To use the function without the context name prefix, you must first add the XML` context to your context path.
Examples
|