xsl-list
[Top] [All Lists]

the fo:block thing

2003-01-13 03:52:34
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



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