|
SOLUTIONS
|
XML PACKAGE SYMBOL
ExpressionToSymbolicMathML
ExpressionToSymbolicMathML[expr]
converts the Mathematica expression, expr, into a MathML-flavored SymbolicXML structure.
Details and OptionsDetails and Options
- To use
, you first need to load the XML Package using
. - 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
,
, and
)"Formats" {"PresentationMathML","ContentMathML"} type of MathML markup to generate "IncludeMarkupAnnotations" True whether to add annotation when exporting a formula with constructs specific to Mathematica 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
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

