RE: [xsl] XML to PDF

Subject: RE: [xsl] XML to PDF
From: "Satish Kumar.R- CTD, Chennai." <satishkr@xxxxxxxxxxxxxxx>
Date: Tue, 19 Nov 2002 11:14:22 +0530
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.Lee@xxxxxx]
Sent: Monday, November 18, 2002 11:24 PM
To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
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


Current Thread
  • [xsl] XML to PDF
    • Lee, Insoo - Mon, 18 Nov 2002 12:54:00 -0500
      • <Possible follow-ups>
      • Satish Kumar.R- CTD, Chennai. - Tue, 19 Nov 2002 11:14:22 +0530 <=