MathML now
数日に一度のペースで更新しています。数時間単位での最新情報というわけではありませんが、MathMLの関係するメーリングリストを中心に、ウェブサイトの動向や業界での新製品情報などをお伝えしていきたいと思っています。
2005-11-18
√ [ソフトウェア] MathDOM
Python用のMathMLパーサ、MathDOM。
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 or lxml 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. It comes with an XSLT-based output filter for Presentational MathML and RelaxNG-based document validation.
他の言語用は今ひとつ聞きませんねぇ。一度まとめてみようかなぁ。
リンク先の A Quick Example というのが興味深い。数式をラフな文法(TeXライクな)で入力して、いろいろ置換したりMathMLで読み書きしたり…。MathMLの本質的な利用方法とは少しだけ方向性が違うのですが、なかなかおもしろいと思う。