You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Matthieu Richard-Molard <ma...@pasteur.fr> on 2004/06/29 14:10:19 UTC

export dynamic xml (with esql) to pdf

Hi!


I'm a Cocoon 2.0 user, under Tomcat 4.1.30

I'm looking for the right way to get a pdf version
of an esql database request i've just executed.

with simple-page2html.xsl and serialize type="fo2pdf" this way :

  <map:match pattern="forms/*.pdf">
      <map:generate type="serverpages" src="docs/samples/forms/{1}.xsp"/>
      <map:transform src="stylesheets/page/simple-page2fo.xsl">
         <map:parameter name="view-source" 
value="docs/samples/forms/{1}.xsp"/>
      </map:transform>
       <map:serialize type="fo2pdf"/>
      </map:match>

It gives me the right parameter values  but no request result

(i've seen  a similar question posted back in 2000, but nobody answered 
it, that's why i'm  asking now)

Many many thanks in advance , any slight tip or piece of info is welcome


matt.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org