Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 63184 invoked from network); 1 Sep 2003 10:39:19 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Sep 2003 10:39:19 -0000 Received: (qmail 85041 invoked by uid 500); 1 Sep 2003 10:39:03 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 84871 invoked by uid 500); 1 Sep 2003 10:39:01 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 84829 invoked from network); 1 Sep 2003 10:39:01 -0000 Received: from unknown (HELO mail.messagingengine.com) (66.111.4.25) by daedalus.apache.org with SMTP; 1 Sep 2003 10:39:01 -0000 Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 5E418160840 for ; Mon, 1 Sep 2003 06:38:59 -0400 (EDT) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Mon, 01 Sep 2003 06:38:59 -0400 X-Epoch: 1062412739 X-Sasl-enc: 4zE7mrxo4/MCtj/qqA0I2Q Received: from upaya.co.uk (elfriedeholmes.demon.co.uk [80.177.165.206]) by www.fastmail.fm (Postfix) with ESMTP id B848D1607F6 for ; Mon, 1 Sep 2003 06:38:58 -0400 (EDT) Message-ID: <3F53213E.8090109@upaya.co.uk> Date: Mon, 01 Sep 2003 11:36:46 +0100 From: Upayavira User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Pipeline called several times for a single request ?? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DE BEAUREPAIRE LUDOVIC wrote: >Hi all, > >Can someone help me to understand this strange behaviour : > >I have a quite simple sitemap : The "test" action defines xml and xsl files used to produce PDF files. > > > > > > > > >The problem is when the action CREATE the xsl file, then the action is called another time by cocoon with nothing in the request, so i have errors. >Is it a known behavior ? is there a known solution ? > > Why do you want an action to create an XSL? Somehow I feel uncomfortable with that as an approach. For one thing, it will confuse the caching system, as it takes note of the timestamp on all XSL files. That could be causing your problems. The question is: what are you trying to achieve, and is there another way of doing it? >2 others solution i tried : >- Having xsl as templates in one stylesheet (no creation), but it is using too much memory (more than 200 stylesheets) > Can you explain more? >- using redirection for transformation operation but i have an erratic comportment (1*/10, the URL has moved ???) > You might be better off coding this directly in Java as a custom transformer if the task is that complex. Regards, Upayavira --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org