Re: dynamic xsl:fo image inclusion

2002-12-04 Thread Ludovic de Beaurepaire
: dynamic xsl:fo image inclusion Hi robert, I solved this problem this afternoon :-) there were no error message in the logs, and the cause was a too large image. try with a small jpg. Regards, Ludovic - Original Message - From: Robert Sösemann [EMAIL PROTECTED

dynamic xsl:fo image inclusion

2002-12-03 Thread Robert Sösemann
I tried every tip I could find on the web, but I never had success including an jpg into an pdf with cocoon. Maybe sombody can help? Thats what I have: XSL:FO fragment transforming IMG tags: xsl:template match=IMG fo:inline fo:external-graphic src=url(MYPATHBASE/{$src})/

Re: dynamic xsl:fo image inclusion

2002-12-03 Thread Ludovic de Beaurepaire
:21 PM Subject: dynamic xsl:fo image inclusion I tried every tip I could find on the web, but I never had success including an jpg into an pdf with cocoon. Maybe sombody can help? Thats what I have: XSL:FO fragment transforming IMG tags: xsl:template match=IMG fo:inline

Re: dynamic xsl:fo image inclusion

2002-12-03 Thread Robert Sösemann
, December 03, 2002 5:21 PM Subject: dynamic xsl:fo image inclusion I tried every tip I could find on the web, but I never had success including an jpg into an pdf with cocoon. Maybe sombody can help? Thats what I have: XSL:FO fragment transforming IMG tags: xsl:template match=IMG

Re: dynamic xsl:fo image inclusion

2002-12-03 Thread Joerg Heinicke
send me some of your code snippets. Robert - Original Message - From: Ludovic de Beaurepaire [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 5:51 PM Subject: Re: dynamic xsl:fo image inclusion Hi robert, I solved this problem this afternoon :-) there were no error

Re: dynamic xsl:fo image inclusion

2002-12-03 Thread J.Pietschmann
Joerg Heinicke wrote: Have a look into the log files (something like FileNotFoundException) and look, how the path is resolved. FO image source URLs are not resolved and leave no trace in the logs. It may be necessary to look into the stdout/stderr for the FOP error message. J.Pietschmann

Re: dynamic xsl:fo image inclusion

2002-12-03 Thread Joerg Heinicke
With fo:external-graphic height=16cm src=../img/01.jpg/ I get at least following error message in the error.log: ERROR (2002-12-03) 23:06.40:484 [sitemap] (/cocoon/joerg/kal) Thread-7/ExternalGraphic: Error while creating area : Error with image URL: ..\img\01.jpg (Das System kann den

Re: dynamic xsl:fo image inclusion

2002-12-03 Thread J.Pietschmann
Joerg Heinicke wrote: With fo:external-graphic height=16cm src=../img/01.jpg/ I get at least following error message in the error.log: ERROR (2002-12-03) 23:06.40:484 [sitemap] (/cocoon/joerg/kal) Thread-7/ExternalGraphic: Error while creating area : Error with image URL: ..\img\01.jpg