Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 11629 invoked by uid 500); 24 Sep 2001 14:39:54 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 11589 invoked from network); 24 Sep 2001 14:39:54 -0000 From: "Paolo" To: "Cocoon-Users" , Subject: Pipeline caching... Date: Mon, 24 Sep 2001 16:42:29 +0200 Organization: AIRVENT SAM S.p.A. Message-ID: <001501c14507$23444990$0101a8c0@paolo> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am working on a web application bases on Cocoon 2. Every page of my application has to be created by applying a stylesheet to many aggregated pipelines. Some of these are generated by XSP and querying databases. Some of these XML components don't change into a session, then I can generate them the first time only, store somewhere and reload them fast without reprocess every pipeline during the session. I trying using the WriteDOM/ReadDOM transformers but I really don't know how to use that because of their transformer-nature (how can use a stored DOM tree as generator?). What I am asking is simple: is there any way to cache a pipeline in this way, simply by adding a parameter to the pipeline definition instead of many selectors/transformers to do that? Is there anyone that is working on a feature like that? This is my sitemap: Where dbhotel, dbroom and dbcustomer are something like: What do you think about that? Thanx, Paolo Scaffardi AIRVENT SAM S.p.A. --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org