hi all.
my goal is transfrom omml to mathml. and i do a lot of search, get the steps below:
1:get the math Dom, and to Node
2:use Transformer to mathml by OMML2MML.XSL
But I stunk in the first step.
this is my code. It throw exception in line 2:JAXBContext.newInstance.
could anyone tell me how to fix , or other ways to my goal.
thanks in andvance
CTOMath ctoMath = (CTOMath)((JAXBElement) o).getValue();
JAXBContext context ...