From: [EMAIL PROTECTED]
<snip/>
Now I discovered that FOP will support MathML now or in the future (http://xml.apache.org/fop/design/extending.html#status-wip).
caveat: I havent used MathML myself. I believe this WIP note is referring to the Trunk development, which is not the same as the FOP that is released, i.e. version 0.20.5.
I load the source code from the cvs but I get errors if I compiling the code. He can't find classes in the packages:
When you got latest from CVS did you download the branch using fop-0_20_2-maintain tag, otherwise you got the trunk code, which isnt ready for real world use.
- org.apache.fop.fo.properties and (e.g. TextTransform)
- org.apache.fop.fonts.base14 (e.g. Helvetica) because he does not exist there.
This classes does also not exist if I load the source code as zip or as snapshot and so on.
Can anybody help me?
You need to use the build.bat or build.sh file supplied with the FOP distribution, it auto-generates the files you mention before trying to compile.
But my main problem is the convertion to pdf with formulas. In the mentioned source code exist now three new classes:
MathMLElement.java, MathMLElementMapping.java, MathMLObj.java which uses JEuclid.
But what is the sense of this classes? How can the example class ExampleXML2PDF.java ever use them?
The classes you mention should be used to extend FOP. As I mentioned above I havent actually done this, but perhaps the below link can be of some help in getting started with using the files MathMLElement.java etc.
http://xml.apache.org/fop/extensions.html
Chris
_________________________________________________________________
Find a cheaper internet access deal - choose one to suit you. http://www.msn.co.uk/internetaccess
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
