RE: [xsl] RTF TABLE USING XSL

Subject: RE: [xsl] RTF TABLE USING XSL
From: Krupant Vora <KrupantV@xxxxxxxxxxxxxx>
Date: Mon, 20 Jan 2003 10:34:11 -0500
do you know how to generate an RTF using only XSL and not XSL-FO ? if yes please anybody send the code
to implement a table with 2 rows and 2 columns. Also send any code to implement nested tables.


At 09:22 AM 1/18/2003 +0000, you wrote:
For what it is worth, I'm using XSL-FO to create a two column catalogue
with embedded tables with two columns.

i.e.

        ========   ========
        ========   =======
        ===  ===   ===  ===
        ===  ===   ===  ===
        ========   =======

The generated .fo file is processed nicely by Fop to generate a PDF. If
I use jfor to generate an RTF, the table columns work as expected, but
the page itself only gets one column.

i.e.

        ========
        ========
        ===  ===
        ===  ===
        ========
        ========
        ========
        ===  ===
        ===  ===
        ========

I've not delved into this deep enough to  know if this is a limitation
of the RTF specification for the state of the art on jfor.

With regard to syntax, well there is XSL and the FO vocabulary. I'll
shoot you the XSL file, I am using, if you are interested.

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Krupant Vora
Sent: 17 January 2003 19:41
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] RTF TABLE USING XSL

i want to know XSL syntax of how a table with 2 rows and 2 columns is
implemented. I want the output file to be an RTF. I went through the RTF

Spec to look at the syntax but looks very weird.

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


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


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


Current Thread