I have used both the help of John and Weiqi, but it gives me the same error of �page-sequence is missing an sequence-specification� as I stated in my first mail. Weiqi Gao <[EMAIL PROTECTED]> wrote: On 19 Jun 2001 06:06:12 -0600, peti ban wrote: > > thanx for your help but it wont help me either as I have tried > your idea of giving master name to simple-page and page-sequence. > > "John Wyman" <[EMAIL PROTECTED]> wrote: > > <fo:root> > > <fo:layout-master-set> > > <fo:simple-page-master master-name="all"> > > <fo:region-before extent="100pt"/> > > <fo:region-body margin-bottom="55pt" > > margin-top="75pt"/> > > <fo:region-after extent="0pt"/> > > </fo:simple-page-master> > > </fo:layout-master-set> > > > > <fo:page-sequence master-name="all"> > > <fo:static-content flow-name="xsl-region-before"> > > <fo:page-number/> > > </fo:static-content> > > <fo:flow> > > <xsl:apply-templates select="book"/> > > </fo:flow> > > </fo:page-sequence> > > </fo:root> The <fo:flow> element inside <fo:page-sequence> needs an attribute to tell FOP which of the three regions it should go in the simple-page-master: <fo:flow flow-name="xsl-region-body"> -- Weiqi Gao [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
