Re: [xsl] multilple row/col xsl->fo

Subject: Re: [xsl] multilple row/col xsl->fo
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Tue, 12 Mar 2002 10:01:17 +0000
Hi Mathy,

> I have a 19 by 20 cells table. The following code works very well
> using .xsl. How can I convert this to .fo inorder to create the
> .pdf?

First, you should switch to XSLT. Currently you're using WD-xsl,
Microsoft's early "XSL" dialect, which isn't supported in the latest
version of MSXML. Have a look at the MSXML FAQ at
http://www.netcrucible.com/

Aside from that, the XSL-FO for tables is fairly similar to the HTML
for tables. Have a look at Chapter 7 of Dave Pawson's XSL-FO guide at
http://www.dpawson.co.uk/xsl/sect3/bk/ch07.html -- there's a section
on tables there that explains how they fit together.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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


Current Thread