Matt

Did you get a result back after your database
query ie. if you  comment out the 

<!--
      <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"/>
-->

Do you get the data you expect?

If yes, try the transform again, but ask for the result as
XML ie.

       <map:serialize type="xml"/>

Hopefully you can narrow down where the "lack of
output" is coming from...

Derek

>>> [EMAIL PROTECTED] 2004/06/29 02:10:19 PM >>>
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: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to