Nope, still gives me the same error, but only when I try to create the PDF.
It seems to be crashing inside the fo2pdf transformer, because when I use
the xml transformer to display the XSL:FO document it works ok. Anyone else
has any idea?

----- Original Message -----
From: "Omar Alos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 10, 2002 12:55 PM
Subject: Re: Creating PDF error


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


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