Ferdinand Soethe wrote:
> After some more testing I found that most of the broken 
> image problems are not new but never showed because old FOP 
> did not report them.
> 
> Running our current test sites with Forrest 0.8 I found many 
> of the same images missing in the pdf that are reported to 
> be missing now.

A note for the archives:

See notes in the other thread. There is a test document
associated with FOR-635. Anyway see the other thread at
 http://mail-archives.apache.org/mod_mbox/forrest-dev/200802.mbox/[EMAIL 
PROTECTED]
 "Problem with fop94 locating an aart-image"

-David

> The fix at least solves the problem in committed.xml. Why it 
> does is completely beyond me.
> 
> Best regards,
> Ferdinand Soethe
> 
> [EMAIL PROTECTED] wrote:
> >Author: ferdinand
> >Date: Fri Feb 15 12:29:05 2008
> >New Revision: 628164
> >
> >URL: http://svn.apache.org/viewvc?rev=628164&view=rev
> >Log:
> >Changed image handling to solve problems with generated images and fop. 
> >Some improvement but not a complete solution.
> >
> >Modified:
> >    
> > forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
> >
> >Modified: 
> >forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
> >URL: 
> >http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl?rev=628164&r1=628163&r2=628164&view=diff
> >==============================================================================
> >--- 
> >forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
> > (original)
> >+++ 
> >forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
> > Fri Feb 15 12:29:05 2008
> >@@ -1069,8 +1069,8 @@
> >           </xsl:when>
> > <!-- relative to document -->
> >           <xsl:otherwise>
> >-            <xsl:value-of
> >-                            select="concat($xmlbasedir,@src)" />
> >+              cocoon://<xsl:value-of
> >+                  select="@src" />
> >           </xsl:otherwise>
> >         </xsl:choose>
> >       </xsl:variable>
> >
> >
> >
>