FOP and Sockets

2001-10-11 Thread Hinrich.Boog
I mailed some similar message some weeks ago, but now I had a closer look at my Sockets: The task I want to do is to buidl a "RenderingServer". 1. opening a socket and make the FOP-Renderer listen 2. send some xsl:fo file over it 3. get it redered by the server 4. send it back over the sock

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 -

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 bac