I've a pipeline with 
1 XSP (generates content) - 1.7 seconds
2 XSL (transforms it to XSL-FO) - 2.7
3. FOP (serializes into PDF) - 14.3

I measured time by terminating each step with xml serializer to see the
ouput in a browser.

My concern is the last step. When I ran FOP 0.20.3 from the command-line, it
takes me 2.5 seconds to ouput the PDF from xsl-fo file, and 2.8 seconds from
xml file with xsl stylesheet. I used the xml file from step 1, xsl-fo file
from step 2, and the same xslt stylesheets as in Cocoon.

So, PDF generation from Cocoon with FOP takes more time than from
command-line. I'm in trouble, my friends. I may end-up spending this
week-end to figure out what's going on, and would appreciate any tips.

thanks a lot,
Argyn

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to