[xep-support] Only one fo:flow in fo:page-sequence allowed?

idealcms at gmx.de idealcms at gmx.de
Sat Aug 9 03:21:36 PDT 2003


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>&#xA;</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 at 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



More information about the Xep-support mailing list