xsl-list
[Top] [All Lists]

RE: XML to PDF

2002-11-18 22:44:22
This should work
        <fo:table table-omit-header-at-break="false">
                <fo:table-column ..
                ....
                
                <fo:table-header>
                        <fo:table-row>
                                <fo:table-cell> ..</fo:table-cell>
                                ....
                        </fo:table-row>
                </fo:table-header>
                <fo:table:body>
                        ....
                </fo:table-body>
        </fo:table>

-----Original Message-----
From: Lee, Insoo [mailto:Insoo(_dot_)Lee(_at_)gs(_dot_)com]
Sent: Monday, November 18, 2002 11:24 PM
To: 'XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com'
Subject: [xsl] XML to PDF




Hello,
We are hoping to transform XML to PDF - a long report with 10-20 columns.
Would you know if it's possible to print column headings on every new page
so that users don't have to keep refering back to the first page? I guess
it's more of PDF transformation/tag question. Any sample would be
apprciated... Thank you for your time.


IL

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

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



<Prev in Thread] Current Thread [Next in Thread>