[Prev][Next][Index][Thread]
Re:mathml tools
-
To: www-math@w3.org
-
Subject: Re:mathml tools
-
From: "Pankaj Kamthan" <kamthan@cs.concordia.ca>
-
Date: Thu, 8 Jun 2000 14:45:00 -0400
-
From www-math-request@tux.w3.org Thu Jun 8 14: 46:31 2000
-
Priority: normal
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