Converting notebooks to HTML. Export has many options applying to HTML export that allow you to specify how notebooks should be converted for web browsers with different ...
XHTML
(Mathematica Import/Export Format) Registered MIME type: application/xhtml+xml XHTML markup language and file format. XML-based reformulation of HTML. XHTML is an acronym derived from Extensible Hypertext ...
Registered MIME type: application/xhtml+xml XHTML with embedded MathML. Plain text XML format. Describes the structure and aspects of the appearance of web pages, including ...
MathMLForm[expr] prints as a MathML form of expr.
Each version of Mathematica comes with a variety of standard extra packages that provide specific additional functionality. The specific code of these packages can be ...
ExpressionToSymbolicExpressionML[expr] converts expr to ExpressionML and returns the corresponding SymbolicXML.
SymbolicMathMLToExpression[smml] converts the MathML-flavored SymbolicXML structure, smml, into a Mathematica expression. The output is in the form of content MathML, ...
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.
FromSymbolicXML[expr] converts a SymbolicXML expression expr to a more native format, if one is available.