Nicola Ken Barozzi wrote:
> Generally speaking this is not true. Cocoon can emit non-wellformed 
> content, but it should look like:
> 
>   <?xml version="1.0" encoding="UTF-8"?>
>   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
>   <html>[the rest]</html>
>   <error:notify>[snip]</error:notify>
> 
> This is because we don't want to buffer all the response for percieved 
> speed reasons (and also debugging too, it's easy to see where it stops).
> 
But we also implemented the buffering for debugging. AFAIK, the buffering
is activated by default, so if an error occurs, nothing of the original
pipeline is really written to the client.
If this is currently the case, than we have another bug as well.

Carsten

Reply via email to