ExpressionToSymbolicMathML[expr] converts the Mathematica expression, expr, into a MathML-flavored SymbolicXML structure.
FromSymbolicXML[expr] converts a SymbolicXML expression expr to a more native format, if one is available.
InitializeXMLParser[root, " file"] creates an XMLParser object that has a list of entities corresponding to the contents of " file" and can be used on XML documents that have ...
RawXML["string"] represents a raw string fragment of XML that can be used inside a SymbolicXML expression.
ReleaseXMLParser[parser] frees up resources associated with the XMLParser object parser.
SymbolicExpressionMLToExpression[expr] takes a SymbolicXML expression expr that represents an ExpressionML document and returns the corresponding expression.
SymbolicMathMLToBoxes[smml] converts the MathML-flavored SymbolicXML structure, smml, into a Mathematica box expression.
SymbolicMathMLToExpression[smml] converts the MathML-flavored SymbolicXML structure, smml, into a Mathematica expression. The output is in the form of content MathML, ...
SymbolicXMLErrors[expr] returns a list of part specifications indicating where there are errors in the SymbolicXML expression expr and a message about the nature of each ...
SymbolicXMLQ[expr] returns True if the expression expr matches some basic patterns for a SymbolicXML expression and False otherwise.SymbolicXMLQ[expr, True] performs a ...