> From: JÃrn Heid [mailto:[EMAIL PROTECTED]]
> 
> I know the CInclude transformer.
> As it's possible to use an internal pipeline via the cocoon:// pseudo
> protocol I looked into the spurces to find out how Cocoon manages
that.
> 
> Cocoon uses streams to include the generated. I fear it's quite an
overhead
> as this means SAX->Stream->SAX.

It seems that you are mistaken. It uses SAX directly, no stream in
between. See CIncludeTransformer, line 130:

            source.toSAX(consumer);


> Is it possible to include the SAX events (a pipeline without
serialization)
> with CInclude?

It's already.

Vadim


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to