--- "Spectron International, Inc."
<[EMAIL PROTECTED]> escribió: > I have the following
pipelines:
> 
> <map:match pattern="xsl/BatchSummary">
>   <map:act type="get-locale"/>
>   <map:generate type="batch" src=""/>
>   <map:transform src="pdf/BatchSummary.xsl"/>
>   <map:serialize type="xml"/>
> </map:match>
> 
> <map:match pattern="pdf/BatchSummary">
>   <map:act type="get-locale"/>
>   <map:generate type="batch" src=""/>
>   <map:transform src="pdf/BatchSummary.xsl"/>
>   <map:serialize type="fo2pdf"/>
> </map:match>
> 

Try

 <map:match pattern="xsl/BatchSummary">
   <map:act type="get-locale">
     <map:generate type="batch" src=""/>
     <map:transform src="pdf/BatchSummary.xsl"/>
     <map:serialize type="xml"/>
   </map:act>
 </map:match>
 
 <map:match pattern="pdf/BatchSummary">
   <map:act type="get-locale">
     <map:generate type="batch" src=""/>
     <map:transform src="pdf/BatchSummary.xsl"/>
     <map:serialize type="fo2pdf"/>
   </map:act>
 </map:match>

Omar




_______________________________________________________________
Do You Yahoo!?
Yahoo! Messenger
Comunicación instantánea gratis con tu gente.
http://messenger.yahoo.es

---------------------------------------------------------------------
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]>

Reply via email to