Thanks,
I added it to the HEAD (Cocoon 2.1-dev).
Carsten
> -----Ursprungliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 6. Juli 2001 16:50
> An: [EMAIL PROTECTED]
> Betreff: Re: AW: CachingCIncludeTransformer
>
>
> On 5 Jul 2001, at 16:19, Carsten Ziegeler wrote:
>
> > Could you please add some comments to the source how it works
> > and resend it?
> >
>
> Here they are.
>
> > > There is another issue in CIncludeTransformer that should be resolved:
> > > Sources are actually included by getting InputSource from source
> > > object and
> > > parsing it:
> > > <code>
> > > parser.parse(this.sourceResolver.resolve(src).getInputSource());
> > > </code>
> > >
> > > If sources are sitemap pipelines, it is inefficient(because of
> > > unnecessary
> > > serialization/parsing stage), and should(?) be replaced by:
> > >
> > > <code>
> > > this.sourceResolver.resolve(src).stream(this);
> > > </code>
> > >
> > > which will not serialize/parse SitemapSources.
> > >
> > Yes, correct. This is one outstanding issue I wanted to do but didn't
> > have any time for.
> >
>
> Done in attached transformer.
>
>
>
> Maciek Kaminski
> [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]