aspose file tools
The moose likes Java in General and the fly likes MathML to Expression Conversion using Ecore Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "MathML to Expression Conversion using Ecore" Watch "MathML to Expression Conversion using Ecore" New topic
Author

MathML to Expression Conversion using Ecore

Anket Jain
Greenhorn

Joined: May 02, 2007
Posts: 4
Hi all,

If any one have source code to convert MAthMl to Expression using Ecore ..then pls reply...
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Welcome to JavaRanch.
We don't just give out source code here. If you have a problem tell us what it is and what you have done to try and resolve it and we will do our best to help.


Joanne
Anket Jain
Greenhorn

Joined: May 02, 2007
Posts: 4
I m writing a parser to convert MAthML to Expression using Ecore but ...i have to search MathMl recursively for different operations as divide or Subtract and so on .....
For Eg :


<?xml version="1.0" encoding="ASCII"?>
<ml:math xmlns:ml="http://www.w3.org/1998/Math/MathML">
<ml:apply>
<ml:minus/>
<ml:apply>
<ml:minus/>
<ml:apply>
<ml:sum/>
<ml:ci>1</ml:ci>
<ml:ci>1</ml:ci>
</ml:apply>
<ml:ci>2</ml:ci>
</ml:apply>
<ml:ci>3</ml:ci>
</ml:apply>
</ml:math>



Now i want the output to be 1+1-2-3.....Pls help
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
So which bit are you having problems with ? Parsing the xml, extracting the values or producing the output ? Show us what you have tried so far.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: MathML to Expression Conversion using Ecore
 
Similar Threads
MathML to Expression Conversion using Ecore
MathML to Expression in String Form
xsl symbols &#
MathML to Expression Conversion using Ecore
Error starting tomcat in eclipse