Re: [FLOWSCRIT] Equivalent Action to processPipeline

2005-03-11 Thread Irv Salisbury
If you just want to aggregate your content from another source, you can also look at the CIncludeTransformer. You can then, in the middle of your pipeline, fetch another pipeline and have it in your current one. Details can be found here:

Re: [FLOWSCRIT] Equivalent Action to processPipeline

2005-03-10 Thread Lionel Crine
In fact, I just want to execute a pipeline (which can't generate errors). I know I can use the flowscript but I don't want to complicate things because I won't develop. So I was wondering if the same things exist with action . Moreover, I can't use a map:generate src=cocoon:// because I put

RE: [FLOWSCRIT] Equivalent Action to processPipeline

2005-03-10 Thread Adam Ratcliffe
PROTECTED] Sent: Friday, 11 March 2005 2:24 a.m. To: users@cocoon.apache.org Subject: Re: [FLOWSCRIT] Equivalent Action to processPipeline In fact, I just want to execute a pipeline (which can't generate errors). I know I can use the flowscript but I don't want to complicate things because I won't

Re: [FLOWSCRIT] Equivalent Action to processPipeline

2005-03-10 Thread Ellis Pritchard
The org.apache.cocoon.acting.CopySourceAction may be what you want; it executes a pipeline and writes the result to a ModifiableSource, e.g. a file. map:act type=copy-source src=cocoon://pipeline.xml map:parameter name=dest value=context://WEB-INF/data/file.xml/ /map:act You may also want

RE: [FLOWSCRIT] Equivalent Action to processPipeline

2005-03-09 Thread Adam Ratcliffe
Hi Lionel I don't know of such an action, what are you trying to do with the output of the pipeline? Maybe there's another way of doing this that will meet your needs. Cheers Adam -Original Message- From: Lionel Crine [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 March 2005 5:00 a.m.