I would put a for-each loop around the main page-sequence like:
<xsl:for-each select="ChAPTER">
<fo:page-sequence master-reference="alleSeiten"
initial-page-number="1">
<fo:static-content flow-name="xsl-region-after">
<fo:block
font-family="serif"
font-size="10pt"
font-style="normal"
font-weight="normal"
text-align="left"
start-indent="2.0cm">
Seite <fo:page-number/>,
</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<xsl:apply-templates select="YOUR-TEMPLATES"/>
</fo:flow>
</fo:page-sequence>
</xsl:for-each>
greetings Markus
> -----Urspr�ngliche Nachricht-----
> Von: andrew mercer [SMTP:[EMAIL PROTECTED]
> Gesendet am: Montag, 24. Februar 2003 12:15
> An: [EMAIL PROTECTED]
> Betreff: How do I rest Page Number to 1 for each new section/chapter
>
> Hi,
>
> Sorry if this is in the Archive, I have searched it and the FAQ to no
> avail.
>
> I am trying to create a pdf file from an xml file that is converted
> using fop. The layout is based mainly on tables/rows etc.
>
> I can successfully create the document, however I have many sections
> within the whole document that need to to be numbered separatley.
> Therefore at the start of each new section the page number should revert
> to one and then increment by one for each new page.
>
> At present the page numbers will keep incrementing from the initial
> value of one for each new page so they relate to the number of pages for
> the whole document.
>
> My xsl document is available if that helps.
>
> Thanks Andrew Mercer
> --
>
>
> Andrew Mercer, Sundayta Ltd. http://www.sundayta.com
> iDocSys for Document Management. VisibleResults for Fundraising.
> Development and Hosting of Web Applications and Sites.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]