Hello: I am using cocoon to dynamically generate pdf’s using XML and an XSL-FO. What I would like to
know is, is there any way to tell cocoon to also save the generated pdf to a file as well? Or, if it does already, where does
it save them? In my sitemap, I have: <map:match
pattern="invoices/*.pdf"> <map:generate src="invoices/{1}.xml"/> <map:transform src="invoices/invoice.xsl"/> <map:serialize type="fo2pdf"/> </map:match> Is there something I can add to this to make it save the pdf? Thanx, Kyle |