This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: XSL:FO newbie question


Put the cell in side table cell
<fo:table-cell>
or its better to put inside block

-----Original Message-----
From: Khalid [mailto:k_ali@telusplanet.net]
Sent: Friday, February 01, 2002 1:33 PM
To: XSL-List@lists.mulberrytech.com
Subject: [xsl] XSL:FO newbie question


Can some tell me that if its possible to have netsted
<fo:table>
,what I want to do is I have a deeply nested talbes structure( tables inside
of table) and I want to mimic that using xsl:fo is it possible?if yes how?
Cus I have tried 
<fo:table>
<fo:table-body>
 <fo:table-row>
    <fo:table> something like this</fo:table>
  </fo:table-row>
</fo:table-body>
</fo:table>

but it doesn't seem to work.
Khalid

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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]