Reputation: 206
I have a third party desktop application (developed in JAVA) which accepts MS Word document.
The MS word document can have mathematical formulas, which are in MathML format. Where as, java application understands the documents containing formula of type MathType(prior to MathML representation in MS Word).
Now, the question is, Can I convert MS Word formulas stored in MathML format into MathType format using programming?
Note: I could convert Office MathML(OMML) to MathML(MML) using XSLT. I am more interested to do this transformation either JAVA program or XSLT.
Upvotes: 1
Views: 1084
Reputation: 461
The MathType SDK has some libraries that may prove useful. See [http://dessci.com/en/reference/sdk/default.htm][1]. There's no XSLT there though.
[1]: MathType Software Development Kit
Upvotes: 1