[xsl] the fo:block thing

Subject: [xsl] the fo:block thing
From: Matts Isuls <matts.isuls@xxxxxxxxxxx>
Date: Mon, 13 Jan 2003 12:52:34 +0200
Hi

Just started with fo. I have this cell in a table. The name string can be so
long that it breakes into two lines. So sometimes two lines sometimes one.
The thing is that is always have to use two lines. How do i do this?

...
<fo:table-row>
 <fo:table-cell>
   <xsl:for-each select="$person">
     <fo:block xsl:use-attribute-sets="boo-text">
       <xsl:value-of select="name" />
     </fo:block>
   </xsl:for-each>
 </fo:table-cell>
...

Thanks,
  Matts Isuls


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread