On 19.10.2004 20:51, Stephan Coboos wrote:
What happens on the first one (directly xml output) if the user stops the transfer by closing the browser?
When the XML is not buffered, it is streamed directly to the client. Closing the browser prevents the server to write the data to the socket (an exception is thrown). This can be handled appropriately. But I don't know if the SQLTransformer is doing it at the moment.
Joerg
