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: multilple row/col xsl->fo


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


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