xsl-list
[Top] [All Lists]

RE: FOPException: fo:flow must contain block-level children

2003-09-09 06:13:39
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



<Prev in Thread] Current Thread [Next in Thread>