aboutsummaryrefslogtreecommitdiff
path: root/math/py-mathdom
Commit message (Collapse)AuthorAgeFilesLines
* - Fix dependency, PYLXML_EGG does not exist nowWen Heping2011-02-272-2/+1
| | | | | | | | | | - Rmove MD5 PR: ports/155057 Submitted by: lwhsu@ Notes: svn path=/head/; revision=269858
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* MathDOM is a set of Python modules (using PyXML orMartin Wilke2008-06-274-0/+141
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. WWW: http://pypi.python.org/pypi/mathdom/ PR: ports/124971 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=215823