简体   繁体   中英

How to Convert MathML(stored in MS Word) to MathType using Java/XSLT?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM