[xsl] FO table-body empty validation error

Subject: [xsl] FO table-body empty validation error
From: "Karl Stubsjoen" <kstubs@xxxxxxxxx>
Date: Mon, 21 Jul 2008 15:54:03 -0700
If I do:

<fo:table>
  <fo:table-body>
    <xsl:apply-templates select="stuff"/>
  </fo:table-body>
</fo:table>

Where a match on "stuff" produces a bunch of fo table-rows... I get
the following validation error:

Empty 'fo:table-body'.
event validation total: 1 error

Is this an expected error?

Karl..

Current Thread