문제

How can i convert OpenXml math equation (m:OMathPara tag) to MathML. Does there exist any converter library?

My problem is importing data from MS Word and saving it in database and viewing in webpage. I have already imported as text with openxml but i cant import Math equation. I think, for html page math equation must be MathML or image format.

Thanks in advance.

도움이 되었습니까?

해결책

Word includes an omml2mml.xsl XSLT stylesheet that does this transformation (which is how it places MathML on the clipboard) eg on my system it is

\Program Files (x86)\Microsoft Office\Office14\OMML2MML.XSL
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top