Spectron International, Inc. wrote: > Like I said before: > > 1. My generator and the transformer work, the xsl:fo is created ok. (check > sitemap, "test1") generate->transform->serialize_to_fo works. > 2. If I save the file created with 1, and use it as source to create a PDF > it also works, so the FO is valid. (check sitemap, "test2") > file->serialize_to_pdf also works > 3. If I do all the steps in the same map:match it fails (check sitemap, > "test3") generate->transform->serialize_to_pdf fails. > > If A->B works and B->C works I suppose A->B->C should work. I have no idea > why it does not. This can be wrong. If you are serializing intermediate XML you may run into various problems.
Does generate->serialize-to-xml and xml-file->transform->serialize_to_pdf also work? If not: are you, by any chance, using disable-output-escaping somewhere? J.Pietschmann --------------------------------------------------------------------- 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]>