I'm using Apache Cocoon 2.2 and I want to change the default name of the generated pdf file when i try to download it from the browser. This part of the pipeline generates a PDF with pdf_parameter as its default name.
<map:match pattern="pdf_*">
<map:generate src="data.xml"/>
<map:transform src="file.xsl" type="xslt"/>
<map:serialize type="fo2pdf"/>
</map:match>
How can i do it?