
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
MathDOM - Content MathML in Python
MathDOM is a set of Python 2.4 modules (using PyXML_ or lxml_, and
pyparsing_) that import mathematical terms as a Content MathML
_
DOM. It currently parses MathML and literal infix terms into a DOM
document and writes out MathML and literal infix/prefix/postfix/Python
terms. The DOM elements are enhanced by domain specific methods that
make using the DOM a little easier. Implementations based on PyXML and
lxml/libxml2 are available.
.. _lxml: http://codespeak.net/lxml/
.. _pyparsing: http://pyparsing.sourceforge.net/
.. _PyXML: http://pyxml.sourceforge.net/
.. _Content MathML
: http://www.w3.org/TR/MathML2/chapter4.html
.. _MathML: http://www.w3.org/TR/MathML2/
.. _PyMathML: http://pymathml.sourceforge.net/
You can call it the shortest way between different term representations and a Content MathML DOM. Ever noticed the annoying differences between terms in different programming languages? Build your application around MathDOM and stop caring about the term representation that users prefer or that your machine can execute. If you need a different representation, add a converter, but don't change the model of your application. Literal terms are connected through an intermediate AST step that makes writing converters for SQL/Java/Lisp/your-favourite easy.
New in version 0.8:
New in version 0.7.2:
New in version 0.7.1:
New in version 0.7:
New in version 0.6.7:
New in version 0.6.6:
New in version 0.6.5:
New in version 0.6.4:
New in version 0.6.3.1:
New in version 0.6.2:
New in version 0.6.1:
New in version 0.6:
FAQs
MathDOM - Content MathML in Python
We found that mathdom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.