Re:mathml tools

Babu,

"Is there any softare components for windows NT available for procesing a
mathml expressions like microsoft's   XMLDOMDocument"

Microsoft's MSXML parser which you mention is a generic XML parser with
support for both SAX and DOM APIs. (For level and extent of support, see
the documentation accompanying the distribution.) It can be used for MathML 
processing. However, note that parsers vary in their characteristics (such 
as whitespace handling, entity resolution, speed) and so you may not always 
get the results you expect.

For MathML-specific parsing, Amaya and EzMath from W3C are available
as Open Source. (For extent of MathML support, see the documentation 
accompanying the distribution.) Both should work with NT. See Math WG 
Home Page (http://www.w3.org/Math/) for more information on MathML 
implementations.

Pankaj Kamthan

Received on Thursday, 8 June 2000 14:46:31 UTC