I tried to insert a jpg that was 800 width by 1035 height.  Here is the
xsl-fo tag I'm using to do it:

        <fo:block>
                  <fo:external-graphic>
                         <xsl:attribute name ="src">
                                file:<xsl:value-of select="location"/>
                         </xsl:attribute>
                  </fo:external-graphic>
        </fo:block>

Fop-0.20.1 goes into a never-ending loop, trying to find a page big enough
for this image, and I eventually get an out of memory exception.  Is there a
work-around for this?

Darrel

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

Reply via email to