Re: Access a results page after submitting a form (was previously: html -2- xhtml - 2- xsl - fo)

2005-07-30 Thread Michael Thermos
Hallo Mark and other cocoon users. This is my pipeline for test purposes: map:match pattern=test.pdf map:generate type=html src=context://reports/forms/reports_success_jx.xml / map:transform src=context://reports/resources/xhtml2fo.xsl / map:serialize type=fo2pdf mime-type=application/pdf /

Access a results page after submitting a form (was previously: html -2- xhtml - 2- xsl - fo)

2005-07-28 Thread Michael Thermos
Hallo. Again. I'm using JXTemplateGenerator to pass values from the form to the results page.Here is a bit of code: map:match pattern=*-success-pipeline.jx map:generate type=jx src=forms/{1}_success_jx.xml/ map:call resource=simple-page2html map:parameter name=file

Re: Access a results page after submitting a form (was previously: html -2- xhtml - 2- xsl - fo)

2005-07-28 Thread Mark Lundquist
On Jul 28, 2005, at 7:37 AM, Michael Thermos wrote: Hallo. Again. Hiya :-) I'm using JXTemplateGenerator to pass values from the form to the results page. Here is a bit of code: map:match pattern=*-success-pipeline.jx map:generate type=jx src=forms/{1}_success_jx.xml/

Re: Access a results page after submitting a form (was previously: html -2- xhtml - 2- xsl - fo)

2005-07-28 Thread Michael Thermos
Hallo Mark. This is my pipeline for test purposes: map:match pattern=test.pdf map:generate type=html src=context://reports/forms/reports_success_jx.xml / map:transform src=context://reports/resources/xhtml2fo.xsl / map:serialize type=fo2pdf mime-type=application/pdf / /map:match My idea was to