It's possible. I've done it for a customer. I can't point you to a good resource, because I just strung together tools I already knew to get it done. However, I can tell you what I did. I used JEuclid to produce SVG output from my input MathML, and then I sent the SVG to FOP (as parts of a software manual, so mixed with much other content).
That process worked fine. I did the whole thing from Ant, but I'm sure you could use Java to string it all together as an application, too. If nothing else, you can control Ant from a Java application (I'm writing a small custom application to do that now, in fact). HTH Jay Bryant Bryant Communication Services ----- Original Message ----- From: Hinrich Aue To: [email protected] Sent: Tuesday, March 06, 2007 4:30 AM Subject: [docbook-apps] docbook + MathML + FOP Hello, I'm trying to use MathML in docbook. Does anybody know if it is possible to do that with FOP? If so, is there a good example somewhere? Thanks in advance, Hinrich
