Re: Java package that can convert text to MathML?
mozer <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
Bruce, I can at least think of http://jscl-meditor.sourceforge.net/ Here is the answer to your input <math><mrow><mfrac><mrow><msup><mi>ax</mi><mn>2</mn></msup><mo>+</mo><mi>bx</mi><mo>+</mo><mi>c</mi></mrow><mrow><mi>dx</mi><mo>+</mo><mi>e</mi></mrow></mfrac></mrow></math> That's intersting enough to see that ax^2 is interpreted (ax)^2 and not a*(x^2) My two cents Xmlizer On 4/8/07, Bruce Feist <[email protected]> wrote: > Is there a (preferably free) Java package out there that can convert > text, such as "(ax^2+bx+c)/(dx+e)" into MathML, preferably dropping > unneeded parentheses along the way? > > Thanks! > > Bruce Feist > _______________________________________________ > dev-tech-mathml mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-mathml >