You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by christophe maligorne <cm...@odaxys.fr> on 2000/05/19 20:05:45 UTC

chaining coccoon operation


Using java API, T want to process a document then formating in PDF and
write the
result in a file.

in my program,  i use the fonction
org.apache.xalan.xslt.XSLTProcessor.process(xmlSource, xslSheet,
xmlResult)

and I would want to send to org.apache.cocoon.formatter.FO2PDFFormatter
to get the PDF file.

Is it the good procedure ?
other steps have to be done ?

regards.
christophe.