From: idealcms@gmx.de
Date: Sat Aug 09 2003 - 03:21:36 PDT
Hello,
constructs like
<fo:page-sequence master-reference="precontent"
initial-page-number="auto-odd">
<fo:flow flow-name="xsl-region-body">
<fo:block linefeed-treatment="preserve">
<xsl:text>
</xsl:text>
</fo:block>
<fo:block text-align="right"
color="black"
font-family="Arial"
font-size="36pt"
space-before="100pt"
space-after="75pt">
<xsl:text>Vorwort</xsl:text>
</fo:block>
</fo:flow>
<fo:flow flow-name="xsl-region-after">
<xsl:apply-templates select="prologue"/>
</fo:flow>
</fo:page-sequence>
with more than one fo:flow inside fo:page-sequence do not seem to be allowed
anymore in XEP 3 and above. Applying a stylesheet with the given content I
get the error
{![error] There can be only one 'fo:flow' element inside
'fo:page-sequence'.}
But how can I use the functionality of the attribute flowName (e.g.
xsl-region-before, xsl-region-after) now?
Thanks in advance for your help,
Björn
-- COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test -------------------------------------------------- 1. GMX TopMail - Platz 1 und Testsieger! 2. GMX ProMail - Platz 2 und Preis-Qualitätssieger! 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
This archive was generated by hypermail 2.1.5 : Sat Aug 09 2003 - 03:21:48 PDT