Hi,
I would suggest using a source writing transformer. Unfortunatily does the SourceWritingTransformer not support writing of non-xml stream.
Doesn't it? It allows you to specify the serializer. I've never used it, but I've seen the code there. By default it uses the XML serializer, you just need to specify another.
Am I missing something?
Regards, Upayavira
> It
shouldn't be hard to patch it to make it work. I wrote a SaveFilesTransformer myself that does the trick.
Cheers
Alex Kachanov wrote:
Hi!
I'm using Cocoon to convert docbook xml files to html and pdf
HTML files are created chunked and are put into a directory so they would be avalable to the web-site isitors without any further on-the-fly conversion by Cocoon
I managed to run "cocoon cron" component which makes html conversions at certain regular intervals that result in html files
I would like to do the same with PDF files. However fo2pdf serializer just puts the converted PDF file to cache while I just need to dump the serialization to a specific folder.
Any ideas? Am I missing smth?
p.s. Yes I know about CLI but any other suggestions?
------------------------------------- with best wishes Alex Kachanov
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
