Hello:
Thank you for your message. I am using FOP 0.20.5rc3a (I apologize for not
including this in my first message.)
My XSL-FO code is:
<fo:table table-layout="fixed" width="100%">
<fo:table-column column-width="40mm"/>
<fo:table-column column-width="10mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block>
<xsl:text>$</xsl:text>
<xsl:value-of select="label"/>
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block >
<xsl:value-of select="name"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
It looks identical to your code. Do you think that I just need to upgrade the
version of FOP that I am using?
Thank you very much for your help!
Best wishes,
Jackie Radebaugh
Library of Congress
Network Development & MARC Standards Office
Washington, DC
USA
Phone: +1-202-707-1153
FAX: +1-202-707-0115
E-Mail: [EMAIL PROTECTED]
>>> [EMAIL PROTECTED] 08/21/06 2:18 PM >>>
On Aug 21, 2006, at 20:06, Jacqueline Radebaugh wrote:
Hi,
> <snip />
> Unfortunately, sometimes the <name> data exceeds the line of the
> column and flows on over to the next line. When this happens, my
> output columns resemble:
>
> $a Name of $a that goes over the
> line and ruins my columns.
> $b Name of $b
Sorry. I seem to be unable to reproduce the problem. :/
What version are you using? Can you please post the FO (not source
XML and XSLT template)?
Feeding FOP Trunk the following as input
<fo:table-cell>
<fo:block>$a</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>Name of $a that goes over the line and ruins my columns</
fo:block>
</fo:table-cell>
The second line of the second cell is neatly aligned with the rest.
Cheers,
Andreas
---------------------------------------------------------------------
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]