Thanks. It was the missing column declarations. I don't know all of the
pieces of this system, I am guessing this was giving an error but somewhere
in the code that exception was being caught and not reported.

My issue now is getting the document to find the image source I want to use.

<fo:block>
<fo:external-graphic src="url(hockey_canada0104.jpg)"/>
</fo:block>

What path should I be putting before the image name? One from the tomcat bin
directory to the location of the image on the server? Right now the image
gets dumped in the same place the PDF is saved to.

Thanks for the help,

Luke
----- Original Message ----- 
From: "J.Pietschmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 10, 2005 5:12 PM
Subject: Re: Document Questions


> Luke Shannon wrote:
> > <fo:region-body margin-top="3cm"/>
> > <fo:region-before extent="3cm"/>
> > <fo:region-after extent="1.5cm"/>
>
> Minor problem here: your body region overlaps region-after.
>
> > <fo:table>
> > <fo:table-body>
>
> No fo:table-columns here. Bad. FOP 0.20.5 can't do table auto
> layout.
> Also, you should have got a warning about using a fixed table
> layout. Look carefully.
>
> > <xsl:with-param name="text_number" select="number('1')" />
> Utterly redundant XPath type conversion.
>
> > <xsl:with-param name="text_firstname" select="string('TEXT')" />
> > <xsl:with-param name="texttype" select="string('norich')" />
> More redundant XPath type conversions.
>
> J.Pietschmann
>
> ---------------------------------------------------------------------
> 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