Hallo again.
I just found a new html2xhtml(from docbook project) file which seems
to be working. The problem i stated previously i believed was dued to
calling a new pipeline before finishing the application control flow
with cocoon.sendPage(cocoon.sendPage("test-success-pipeline.jx",
bizdata);)
I've followed Holger suggestion.It shows no problem. My problem now is
to "print" the page i'm seeing. Since the page i'm about to print is a
results page from a form, and the url displays something like
http://localhost:8080/cocoon/test/493d7431383c197d317d5d80404b546c4e654f19.continue
which should be the generate source to use on the pipeline?
<map:match pattern="hello.pdf">
<map:generate src="cocoon:/*.continue"/>
<map:transform src="context://reports/resources/html2xhtml.xsl" />
<map:transform src="context://reports/resources/xhtml2fo.xsl" />
<map:serialize type="fo2pdf" mime-type="application/pdf" />
<!-- <map:serialize type="xml"/> -->
</map:match>
Tried above code.Doesn't work.
Thanks.
MThermos
ps: Working with a really simple form model (only with
tabs,tables,selection-lists,radio-butons,text,dates) so if someone has
other xsl to do the job and could send = great!!! Web pointers also
welcome.
On 7/26/05, Joerg Heinicke <[EMAIL PROTECTED]> wrote:
> On 26.07.2005 16:10, Michael Thermos wrote:
>
> > The problem with your suggestion is that it is throwing an exception
> > <map:call function> did not send a response, at
> > file:/C:/apache_tomcat/Tomcat%205.5/webapps/cocoon/test/sitemap.xmap:93:40
> > .
> > which is has related to handleForm function inside Forms.js .
> > Unfortunatly i don't know yet how to overcome this.
>
> Are you sure? This is something completely different. Have you seen and
> added the additional <map:serialize type="xml"/> as Holger suggested?
>
> Joerg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]