ExpressionToSymbolicMathML [expr]
converts the Wolfram Language expression, expr, into a MathML-flavored SymbolicXML structure.
Details and Options
Details and Options
Details and Options
Examples
Basic Examples
See Also
Tech Notes
Related Guides
XML`
XML`
ExpressionToSymbolicMathML
ExpressionToSymbolicMathML [expr]
converts the Wolfram Language expression, expr, into a MathML-flavored SymbolicXML structure.
Details and Options
- To use ExpressionToSymbolicMathML , you first need to load the XML Package using Needs["XML`"].
- The output is in content MathML wherever possible.
- The following options can be given:
-
"Annotations" {} annotations to add to the output (acceptable values are combinations of "DocumentHeader", "XMLDeclaration", and "DOCTYPEDeclaration")"Formats" {"PresentationMathML","ContentMathML"} type of MathML markup to generate"IncludeMarkupAnnotations" True whether to add annotation when exporting a formula with constructs specific to the Wolfram Language and no clear counterpart in MathML"MathAttributes" {} attributes to add to the root element of the MathML"UseUnicodePlane1Characters" True whether to replace plane 1 Unicode characters with similar plane 0 characters
Examples
Basic Examples (1)
Generate some MathML-flavored SymbolicXML: