|
Subject: [xsl] How to apply different page master From: "Arun Sinha" <arunsinha666@xxxxxxxxxxx> Date: Tue, 08 Feb 2005 12:13:03 +0000 |
<document> <chapter> ...... ..... </chapter> <chapter> ...... ..... </chapter> <chapter> ...... ..... </chapter> </document>
<fo:layout-master-set>
<fo:simple-page-master
master-name="document"
page-height ="297mm"
page-width ="210mm"
margin-left ="2mm"
margin-right ="2mm">
<fo:region-body margin-top="100mm" margin-bottom="5mm" />
<fo:region-before extent="99mm"/>
<fo:region-after extent="4mm"/>
</fo:simple-page-master><fo:page-sequence master-reference="chapter" initial-page-number="1">
<fo:static-content flow-name="xsl-region-before">
......
......
</fo:static-content>
<fo:static-content flow-name="xsl-region-after">
......
......
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:block break-before="page" />
......
</fo:flow>
</fo:page-sequence>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Get all childs with xsl:f, Michael Kay | Thread | Re: [xsl] How to apply different pa, G. Ken Holman |
| [xsl] Get all childs with xsl:for-e, Robert Soesemann | Date | Re: [xsl] Get all childs with xsl:f, David Carlisle |
| Month |