xsl-list
[Top] [All Lists]

XSL-FO - Headers

2005-04-26 14:53:38
I'm trying to create a header that runs across all of my pages.

I have 2 <fo:layout-master-set>'s for each of my front and back covers. And the following <fo:layout-master-set> for the rest of my pages.

1. Is it normal practise to have more than one <fo:layout-master-set>?

2. The following is my <fo:layout-master-set> to be used for all the inside pages of which would all need the same header. I've tried the following to create a continuous header with no success.

Does anybodody have a solution?

Thanks, Craig.


<fo:layout-master-set>
<fo:simple-page-master master-name="textpages"
page-height="29.7cm"
page-width="21cm"
margin-top="1cm"
margin-bottom="2cm"
margin-left="2.5cm"
margin-right="2.5cm">
<fo:region-body margin-top="3cm"/>
<fo:region-before extent="3cm"/>
<fo:region-after region-name="xsl-region-after" extent="1.5cm"/>
</fo:simple-page-master>
</fo:layout-master-set>


<fo:page-sequence master-reference="textpages">
<fo:static-content flow-name="xsl-region-after">
<fo:block text-align="center">Header Text Here ...</fo:block>
</fo:static-content>
</fo:page-sequence>

_________________________________________________________________
Send an animated 'wink' - one of the great new features in MSN Messenger 7.0! http://messenger.msn.co.za?DI=1054&XAPID=2532


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>