Your right J.
It was missing the table-body element.
I have experimented with the xsl. Clay Leeds provided, its Working. But i havn't managed to get any data in from the xml-file. I tried this :
<fo:table-cell padding="1pt">
<fo:block keep-with-next.within-page="always">
<xsl:template match="IMAGEINFO">
<fo:block font-size="10px" font-style="italic"
text-align="center">
<xsl:apply-templates/>
</fo:block>
</xsl:template> </fo:block>
</fo:table-cell>
Have i totaly misunderstood something here, or shouldn't it work?
Jacob Bager Denmark
It would help to see your template "IMAGEINFO" to get an idea of what's going wrong here.
-- Clay Leeds - [EMAIL PROTECTED] Web Developer - Medata, Inc. - http://www.medata.com PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
