Make MathML element children interface compatible to xml.etree.
commitbb07002915259bc3f3c80a10c499127fe7ffc64f
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 1 Feb 2024 13:02:23 +0000 (1 13:02 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 1 Feb 2024 13:02:23 +0000 (1 13:02 +0000)
tree11d20dcaf1ec4f5728f2fb48ecc196b5f66b00e0
parente480702e13732c90d1e4ee0c513026be040e918b
Make MathML element children interface compatible to xml.etree.

List access via `__setitem__()`, `__getitem__()`, `__delitem__()`,
__pop__()`, `__iter__()`.

Use the new interface for cleaner code.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9526 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/utils/math/latex2mathml.py
docutils/docutils/utils/math/mathml_elements.py