Subject: RE: FOPException: fo:flow must contain block-level children
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 9 Sep 2003 16:13:39 +0300
|
Hi,
> I have (to summerise a much longer xsl):
> ...
> <xsl:for-each select="report/body/section">
> <xsl:for-each select="section">
> <fo:page-sequence master-reference="main">
>
>
> <fo:flow flow-name="xsl-region-body">
> <xsl:sort select="@name" order="ascending" data-type="text"/>
xsl:sort needs to be the first child of the xsl:for-each or xsl:apply-templates that countains it.
Cheers,
Jarno - Hypnoskull: bassgun X reload
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|