Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In Word document i have some math equations like a+b=c
Now i need its mathml by using openxml in C#.
Posted
Comments
Thanks7872 27-Oct-14 3:30am    
Stop posting such unclear posts. You are suppose to post the code you have tried till now and point out the exact issue you are facing with the same.
George Jonsson 27-Oct-14 3:33am    
What have you tried so far? At least some own research maybe?

1 solution

First you need to understand the two formats. Wikipedia at least gives you a starting point and references for further reading.
Wikipedia MathML[^]
Wikipedia OpenMath[^]

You can use XSLT to convert one XML structure to another.
XSLT Tutorial[^]

MSDN is a good source of information, here is link for how to use OpenXML:
Welcome to the Open XML SDK 2.0 for Microsoft Office[^]

Codeproject is of course another good source of information.
Use OpenXML to Create a Word Document from an Existing docx File[^]

Don't be afraid. Use your brain and a search engine.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900