Re: **Solved** 2 generators in a request

2003-12-02 Thread Steve Schwarz
Andrzej, What would the sitemap look like using ResourceLoadAction to solve this problem? Use as an input to SourceWriting Transformer? Can't this be solved by two pipelines where the first pipeline uses an action to write the data to disk and then redirects to a pipeline that serves the data?

Re: **Solved** 2 generators in a request

2003-12-02 Thread Andrzej Jan Taramina
Carmona: > Finally a have made a custom action like this: > > public class ExecutePipeline extends AbstractAction { Why didn't you just use the ResourceLoadAction that was posted to the bug list and this mail list some time ago? Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solu

**Solved** 2 generators in a request

2003-12-02 Thread Carmona Perez, David
} } and something like that in the pipeline: David -Mensaje original- De: Simon Mieth [mailto:[EMAIL PROTECTED] Enviado el: martes, 02 de diciembre de 2003 12:06 Para: [EMAIL PROTECTED] Asunto: Re: 2 generators in a request On Tue, 2 Dec 2003 11:4

Re: 2 generators in a request

2003-12-02 Thread Simon Mieth
On Tue, 2 Dec 2003 11:46:08 +0100 "Carmona Perez, David" <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm using DocBook under Cocoon. > > In the chunked version of the standard DocBook > stylesheets, the transformation step generates a set of > files.. > > > > > > > > > > > > I know I can

2 generators in a request

2003-12-02 Thread Carmona Perez, David
Hi all, I'm using DocBook under Cocoon. In the chunked version of the standard DocBook stylesheets, the transformation step generates a set of files.. I know I can't do that because I can generate twice. Any suggestion will be welcome. David --