AW: AW: CachingCIncludeTransformer

2001-07-09 Thread Carsten Ziegeler
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

Re: AW: CachingCIncludeTransformer

2001-07-06 Thread maciejka
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 >

AW: CachingCIncludeTransformer

2001-07-05 Thread Carsten Ziegeler
> Maciek Kaminski wrote: > > On 5 Jul 2001, at 15:10, Carsten Ziegeler wrote: > > > Ahh, now I understand the trick! You assume (correctly) that > > the underlying xml document used by the generator has not > > changed, so you could use the old values of the validity > > object. Ok, this should

Re: AW: CachingCIncludeTransformer

2001-07-05 Thread maciejka
On 5 Jul 2001, at 15:10, Carsten Ziegeler wrote: > Ahh, now I understand the trick! You assume (correctly) that > the underlying xml document used by the generator has not > changed, so you could use the old values of the validity > object. Ok, this should work. > > Sorry for being so blind. >

AW: CachingCIncludeTransformer

2001-07-05 Thread Carsten Ziegeler
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 5. Juli 2001 14:52 > An: [EMAIL PROTECTED] > Betreff: Re: AW: CachingCIncludeTransformer > > > On 5 Jul 2001, at 14:17, Carsten Ziegeler wrote: > > > Hi, > > > > are you sure that the Caching

Re: AW: CachingCIncludeTransformer

2001-07-05 Thread maciejka
On 5 Jul 2001, at 14:17, Carsten Ziegeler wrote: > Hi, > > are you sure that the CachingCIncludeTransformer is really working? > As far as I see the validity object gets all its information when > the first response is generated (the timestamps are added). > This hack works. > > But when the se

Re: AW: CachingCIncludeTransformer

2001-07-05 Thread maciejka
On 5 Jul 2001, at 10:27, Carsten Ziegeler wrote: > Hi, > > with the current caching algorithm implemented in Cocoon2 it is > not possible to cache either the CInludeTransformer nor the > XIncludeTransformer. > It is possible, although hacky. > Why is this so? > > Before the sax stream is gen

AW: CachingCIncludeTransformer

2001-07-05 Thread Carsten Ziegeler
Hi, are you sure that the CachingCIncludeTransformer is really working? As far as I see the validity object gets all its information when the first response is generated (the timestamps are added). This hack works. But when the second response comes in, the new validity object for this response

AW: CachingCIncludeTransformer

2001-07-05 Thread Carsten Ziegeler
Hi, with the current caching algorithm implemented in Cocoon2 it is not possible to cache either the CInludeTransformer nor the XIncludeTransformer. Why is this so? Before the sax stream is generated (before the generator starts reading its xml document), the caching algorithm builds the key an