Robby,
The pipeline shown below contains multiple stage transforms, to create a pdf
file
I want to exit gracefully if the output from the Prefilter stage is nothing,
I'm looking for a way of doing this.
<map:match pattern="*.*.*.pdf">
<map:generate src="../xml/{1}.xml"/>
<map:transform src="../Transformations/PreFilter.xsl" />
<map:transform src="../Transformations/ReformatSOAInputLatin2.xsl"/>
<map:transform src="../Transformations/MSExtract.xsl"/>
<map:transform src="../Transformations/MSSort.xsl"/>
<map:transform src="../Transformations/MSTr2pdf.xsl"/>
<map:serialize />
</map:match>
Robby Pelssers-2 wrote:
>
> Hi Mike,
>
> Could you give more details about the pipeline and possibly describe the
> use case why you want to do this with flowscript?
>
> Can't you just use some parameter test which leads to a different
> execution path of the request?
>
> Robby
>
>
> -----Original Message-----
> From: MikeT5 [mailto:[email protected]]
> Sent: Thursday, May 07, 2009 6:27 PM
> To: [email protected]
> Subject: exit from pipeline
>
>
> I have a cocoon pipeline that has multiple transforms, is it possible to
> exit
> from the pipeline at a particular stage?
>
> Can this be done with FlowScript and if so can someone point me in the
> right
> direction as to how it is done?
>
> Mike T
>
> --
> View this message in context:
> http://www.nabble.com/exit-from-pipeline-tp23430563p23430563.html
> Sent from the Cocoon - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://www.nabble.com/exit-from-pipeline-tp23430563p23441737.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]