mathjax / MathJax-src

MathJax source code for version 3 and beyond
https://www.mathjax.org/
Apache License 2.0
2.05k stars 205 forks source link

Update LiteParser's serializeXML. (mathjax/MathJax-demos-node#58) #1046

Closed dpvc closed 8 months ago

dpvc commented 8 months ago

This PR fixes two problems with the LiteDOM serializeXML() method. It protects < and > in attributes, which is not needed for HTML, but is for XHTML, and it adds namespaces for html, svg, and math elements, if they don't already have one.

Resolves an issue from mathjax/MathJax-demos-node#58.