[−][src]Crate mathml
Enums
BuiltinOp | |
MathNode | |
NumType |
Functions
parse_document | Parse a string into a MathML node |
parse_node | Parse a single xml node into a MathML node |
sanitize_xml | This function exists because the underlying XML parser will crash with certain &tag; expressions We just replace them with $FIXED_tag as text |