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]



Reply via email to