FOPException: page-sequence must be child of root, not fo:flow

Any other ideas or I have to change other lines ??

thanks


----- Original Message -----
From: "Oleg Tkachenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 15, 2002 12:23 PM
Subject: Re: multiple sequence how-to??


> Fabrizio Tringali wrote:
> > According to http://xml.apache.org/fop/faq.html#faq-N1011A "Use multiple
> > page sequences" I have to span across multiple sequences my flow.
> >
> > Can anyone show me a simple example to include in a xsl file to
implement
> > multiple sequences ??
>
> Follow this pattern:
>
> <xsl:template match="chapter">
> <fo:page-sequence.....>
> <xsl:apply-templates/>
> </fo:page-sequence>
> </xsl:template>
>
> --
> Oleg Tkachenko
> eXperanto team
> Multiconn Technologies, Israel
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to