[xsl] XSL:FO newbie question

Subject: [xsl] XSL:FO newbie question
From: "Khalid"<k_ali@xxxxxxxxxxxxxxx>
Date: Fri, 1 Feb 2002 21:32:45 GMT
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


Current Thread