actually, this is an FO issue, not XSL, since it is FOP that generates page numbers via <fo:page-number>
the correct answer is that you need to use the initial-page-number property on fo:page-sequence to specify a different starting number than is generated by "auto"; see http://www.w3.org/TR/2006/REC-xsl11-20061205/#initial-page-number and and http://www.w3.org/TR/2006/REC-xsl11-20061205/#fo_page-sequence for details; regards, glenn On Tue, Aug 30, 2011 at 8:36 AM, Christopher R. Maden <[email protected]>wrote: > On 08/30/2011 09:49 AM, Theresa Jayne Forster wrote: > > I was wondering, how can you change the page numbering on > > page-number-citation stuff, > > > > We have the requirement of numbering starting on the inside cover as > > page 1 not page 2 as currently the front page is classed as page 1. > > > > Is there any way to make the numbering start from 1 on the inside of > > the front cover? > > [This is really an XSL question, not a FOP-specific question.] > > The thing to change is not the page-number-citation, but the page number > itself. Make the inside cover start a new page-sequence, starting its > number from 1. Simple! (-: > > ~Chris > -- > Chris Maden, text nerd <URL: http://crism.maden.org/ > > “The present tendency and drift towards the Police State gives all > free Americans pause.” — Alabama Supreme Court, 1955 > (Pike v. Southern Bell Tel. & Telegraph, 81 So.2d 254) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
