Re: [FW:] RE: 0.20.5 release

2003-07-08 Thread Felix Breuer
On Tue, 2003-07-08 at 14:31, Bertrand Delacretaz wrote:
 I might be wrong, but I think most users of FOP are using it 
 server-side, where resources (especially memory) are more readily 

I don't know about most users, but I am using FOP client-side since I do
not have a server.

Felix


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



MathML in Batik and FOP

2003-07-07 Thread Felix Breuer

Hello Everyone!


It would be great to have MathML support in both Batik and FOP.
Therefore I would like to begin writing a MathML rendering library that
can be used with both Batik and FOP.

I am not very familiar with Batik and FOP internals thus I have to begin
by asking a few stupid questions.

1) MathML code would be embedded in SVG by means of foreign-object
elements and in XSL:FO by means of instream-foreign-object elements. In
both cases: can MathML embedded in this way be part of a normal
text-run? Is it possible to make FOP/Batik align the mathematical
baseline of the MathML code with the baseline of the surrounding text?

2) What kind of interface would such a library have to provide? Should I
provide a Batik-Bridge for each MathML element? Could FOP then be made
to render MathML via Batik? Or would another approach be more feasible?
I would be very interested in an approach that allows for a single
rendering library to be used with both FOP and Batik as this reduces
maintenance costs. What is the best way to tackle this problem?

Answers, comments, opinions, suggestions, technical help and volunteers
welcome!


Regards,

Felix Breuer


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Re: MathML in Batik and FOP

2003-07-07 Thread Felix Breuer
On Mon, 2003-07-07 at 21:56, J.Pietschmann wrote:
 Look at the MathML sample in the FOP source distribution.
 It uses the JEuclid MathML rendering library.

Thanks for the pointer! Is this mentioned on the website somewhere?

I got the MathML example to build and converted the given mathml.fo
document to PDF. The process finished without error, but the resulting
PDF document contained mostly random characters instead of MathML. Do I
have to setup certain fonts for it to work? 

Regards,
Felix


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]