RE: FOPException: fo:flow must contain block-level children2003-09-09 06:13:39Hi, 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
|
|