Re: AW: [RT] Alternative Solution to XSP

2001-06-27 Thread Davanum Srinivas
+1 for adding the InspectionTransformer code into 2.1. Thanks, dims --- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > Donald Ball wrote: > > > > On Fri, 22 Jun 2001, Carsten Ziegeler wrote: > > > > > > right! so what i'm thinking now is that we can write an > > > > InspectionTransformer which

Re: AW: [RT] Alternative Solution to XSP

2001-06-22 Thread Donald Ball
On Fri, 22 Jun 2001, Carsten Ziegeler wrote: > > right! so what i'm thinking now is that we can write an > > InspectionTransformer which can call other Transformers seamlessly - at > > least, Transformer which have registered themselves as being responsible > > for a particular namespace. let's s

Re: AW: [RT] Alternative Solution to XSP

2001-06-22 Thread Michael Hartle
Carsten Ziegeler wrote: > One main problems which is not easily to solve is caching: > The InspectionTransformer can not be cacheable and therefore is the > disadvantage that the whole transformation stage is not cacheable > even if the transformers currently used are cacheable. Could you give a