Hi,
I have a requirement of creating some template header and footer as for
example ,<fo:block>This is the header content</fo:block> and add this template to every page sequence in the region-before area. How can i achieve this without using following redundant code within every page sequence. <fo:static-content flow-name="xsl-region-after"> <fo:block> This is the header content</fo:block> </fo:static-content> Thanking in anticipation, Murali Krishna
