Hi,
Each of the employee tags need to go into a separate page in the pdf. When I am creating the pdf its writing on the first page only without advancing to the next page. Can somebody please point out the mistake in my xsl template.
Try putting the following before the first fo:block-container element but after the xsl:template, e.g.:
<xsl:template match="employee"> <fo:block break-after="page"><fo:leader/></fo:block> <fo:block-container position="absolute" ..... <snip/> Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
