hi every one,
I am doing a report generation. I am using FOP to generate PDF file. I am
using xsl:fo for formatting.Presently i am defining the header, body, footer
in the same page master as follows
<fo:simple-page-master master-name="RejectedInput">
<fo:region-before region-name="header-main" extent="50mm"/>
<fo:region-body />
<fo:region-after region-name="footer-main" extent="20mm" />
</fo:simple-page-master>
I need to seperate the header and footer in seperate file so that any
change in the header and footer can be accomodated easily.
is it possible to get the header and footer from seperate xsl file and
import it to the main xsl file.
Can u guide me in this regard?...
--
View this message in context:
http://www.nabble.com/Header-and-Footer-in-new-xsl-tf3300758.html#a9181870
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]