> i have to display a table as a footer of the document, but >declaring it in the xsl-region-after block is not doing the work. >can anyone suggest me any other way to display the table in footer?
Did you define an extent for your region-after in your simple-page-master?: <fo:region-after extent="1in" /> And use <fo:static-content flow-name="xsl-region-after"> to define your table in your page-sequence? This almost sounds like a processor issue. Which formatting processor are you using? FOP? XEP? -RG --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
