pub fn copy_mathml(mathml: Element<'_>) -> Element<'_>
Expand description
Copy (recursively) the (MathML) element and return the new one. The Element type does not copy and modifying the structure of an element’s child will modify the element, so we need a copy Convert the returned error from set_mathml, etc., to a useful string for display