It is possible. I'm using that in my site:
<map:pipeline>
<map:match pattern="pd/mergedoc.html">
<map:generate src="_thesource_"/>
<map:transform src="cocoon:/rtf_merge_data"/>
<map:serialize type="html"/>
</map:match>
</map:pipeline>
<map:pipeline internal-only="true">
<map:match pattern="rtf_merge_data">
<map:generate type="serverpages" src="pages/gen_merge_xsl.xsp"/>
<map:serialize type="xml"/>
</map:match>
</map:pipeline>
DR
At 12:22 PM 12/7/01 +0100, you wrote:
>----- Original Message -----
>From: "Nick Entin" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, December 07, 2001 12:02 PM
>Subject: Pipeline dependencies
>
>
> > Hello!
> >
> > Does anybody know is that possible to make one pipeline to be dependent
> > on another?
> > Like I have a 2 frames in result - left frame is processed by one
> > pipeline and right - by another.
> > I want to be sure that the 'left' pipeline is executed first, because it
> > produces some data, used by the 'right' one.
> >
> > Another possible solution for me would be if a transformer could get as
> > src result of a pipeline, like:
> >
> > <map:match pattern="TRANSFORMER">
> > <map:generate src="data/test.xml" />
> > <map:transform src="data/markedxsl.xsl" />
> > <map:serialize type="xml" />
> > </map:match>
> >
> > <map:match pattern="xxx">
> > <map:generate src="data/test.xml" />
> > <map:transform src="TRANSFORMER" />
> > <map:serialize type="html" />
> > </map:match>
> >
> > My attempts to make it running failed. Do I need additional things
> > configured?
>
>
>AFAIK, this is not possible.
>Having the same problem, I did another thing; invoked only the first page
>and put a script
>at the end of it that loads the other document in the other frame.
>
>Nicola Ken Barozzi These are the days of miracle and wonder...
>...so don't cry baby, don't cry
><[EMAIL PROTECTED]> Paul Simon
>
>
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>