xsl-list
[Top] [All Lists]

[xsl] linefeed in a variable data table

2010-11-30 09:10:17

Hello,

I have a two column variable table that I need to grow the field when the
data reaches the end of the column. Currently, it just continues on to the
next column vs. wrapping around to the next line and growing the row
width. So, the text in the first column continues on and overwrites the data
in the second column.

This is running on an IBM FOP engine and this is the code that generates the
output.  Is it possible to wrap the overflow to the next line?

Any help is greatly appreciated.

<xsl:for-each select="ClinicalData/Assessment/AssessmentGoals">
        <fo:table-row height="0.144in">
                <fo:table-cell display-align="after" padding-left="0.050in">
                        fo:block-container font-size="7.00pt">
                                <fo:block start-indent="0pt">
                                        <xsl:value-of select="@g_desc"/>
                                </fo:block>
                        </fo:block-container>


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>