Hallo.
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.

Thanks,
M.Thermos



On 7/26/05, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>  
> Hi, 
>  
> I suggest you try to find out where the error occurs using something like
> this: 
>  
> <map:match pattern="*/**.pdf">
>    <map:generate src="xml/{2}.xml"/>
>    <map:transform src="stylesheets/{1}.xsl" /> 
>         <!-- Now output the result so far as XML --> 
>    <map:serialize type="xml"/> 
>  
>     <!-- comment this out to test only the above -->
>    <!-- map:transform src="stylesheets/html2xhtml.xsl" />
>    <map:transform src="stylesheets/xhtml2fo.xsl" />
>    <map:serialize type="fo2pdf" mime-type="application/pdf" /-->
>  </map:match>
>  
> HTH 
> Holger 
>  
>  
> [EMAIL PROTECTED]
> schrieb am 26.07.2005 02:39:25:
> 
>  
>  > Hallo !
>  > I'm a new student of cocoon and i needed to convert a cform to pdf. I
>  > asked help for a friend
>  > who suggested i should read 
>  >
> http://www.mail-archive.com/[email protected]/msg17073.html
>  > where it is suggested to use a double transform to avoid hard xsl 
>  > code writing.
>  > 
>  > Unfortunatly this is not working. I did found some xsl files like the
>  > ones suggested in the example
>  > but i keep running into saxparser exceptions, indicating mis formed
>  > xsl problems.
>  > I believe the problem are the xsl files.
>  > 
>  > If anyone has solved this problem with some xsl files, would it be so
>  > kind to send them, or if they are copyrighted, give some suggestions?
>  > 
>  > Thanks,
>  > M.Thermos
>  > 
>  >
> ---------------------------------------------------------------------
>  > 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]

Reply via email to