FO and Sockets.

2001-09-26 Thread Hinrich.Boog
Hi there, I have a problem with using FOP over Sockets, maybe someone out there knows a workaround. I just wanted to implement a small formatting Server, that listens to a port and in case a request comes in, takes the xml:fo document from that request, transforms it and sends the response

Re: FO and Sockets.

2001-09-26 Thread Weiqi Gao
On Wed, 2001-09-26 at 07:50, Hinrich.Boog wrote: [...] The communication works fine, the sending of the document and the transforming as well, I just have to put it together, which does not work: My client sends the stuff, the server starts transforming, but before the server is finished,

Re: FO and Sockets. (

2001-09-26 Thread Hinrich.Boog
I would post it to some other mailing list, if it wasn't about the Fop-Renderer. How can I check how and if the Renderer flushes the result to my output Stream ? I was wondering if anyone has used it in those combinations