H
Helmut Blass
hi,
I want to fill a table cell with several items, separated
by linefeed. so I use a block for each item.
unfortunately, the pdf output renders only the first item.
I am using the FOP formatter.
any suggestions?
thanx, Helmut
<fo:table-cell>
<xsl:for-each select="action_responsibles">
<fo:block ><xsl:value-of select="action_responsible"/></fo:block>
I want to fill a table cell with several items, separated
by linefeed. so I use a block for each item.
unfortunately, the pdf output renders only the first item.
I am using the FOP formatter.
any suggestions?
thanx, Helmut
<fo:table-cell>
<xsl:for-each select="action_responsibles">
<fo:block ><xsl:value-of select="action_responsible"/></fo:block>