hello,
I've split up my document into several page-sequences for better performance.
<xsl:for-each select="documentContent/chapter">
<fo:page-sequence master-reference="ContentPageMaster"
initial-page-number="1" force-page-count="no-force">
<fo:static-content flow-name="xsl-region-after">
<fo:block><fo:page-number /></fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body" >
<fo:block font-size="24" font-weight="bold" border-bottom="solid
black 1px" id="{generate-id()}" margin-bottom="20px"><xsl:value-of
select="@page" /></fo:block>
<fo:block><xsl:apply-templates /></fo:block>
</fo:flow>
</fo:page-sequence>
</xsl:for-each>
</fo:root>
</xsl:template>
As you can easily see each chapter now starts with page 1. Is it possible to
pass the pagenumber between those sequences without losing all the performance
gain I got from spolitting up the chapter into sequences?
best regards
michael
---------------------------------
Get easy, one-click access to your favorites. Make Yahoo! your homepage.