There's no buffering inside the serializer. The serializer gets the SAX events after the xslt processing. You can test that by adding a System.out to the startElement method of the serializer. This method is called to late.
It seems there's a huge bug. -----Ursprüngliche Nachricht----- Von: Berin Loritsch [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 1. November 2001 16:29 An: [EMAIL PROTECTED] Betreff: Re: Questrion about the pipelining Jörn Heid wrote: > > As far as I tested my my idea of C2 seems to be wrong. > > Instead of an contious processing of XML->XSLT->HTML I found about that the > serializer starts working if all of the xslt processing has finished. > Is this right? No. It may seem like that, because the output of the serializer is buffered. For small pages, it is possible for the entire page to be buffered before the buffer fills up. -- "Those who would trade liberty for temporary security deserve neither" - Benjamin Franklin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]