[reportlab-users] PyMathML

Jeff Kowalczyk reportlab-users@reportlab.com
Wed, 21 May 2003 08:49:29 -0400


Just thought I'd mention this to ReportLab users',
in case anyone had a use for MathML in ReportLab.
ReportLab might be a potential rendering context.

http://pymathml.sourceforge.net/

"The main goal of this project is to create a 
system-independent MathML rendering engine in Python.
This engine works with an abstract 'plotter' driver
class, that can be subclassed for any rendering
device needed.

This is still in alpha development stage, so only
a subset of MathML is supported.

The mathml directory contains a module that:
	- Is operating independent;
	- Is graphics device independent;
	- Is XML parser independent;
	- Has no dependencies whatsoever
          (except Python >= 2.2.1, of course).