OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Problem with fop nesting tables


Sorry. Almost as soon as I sent this, I figured out that the table-header
shouldn't under the table body.

> I seem to be having a problem in FOP nesting tables as follows:
>
> <fo:table>    <!-- Outer Table -->
>   <fo:table-column>
>   ...
>   <fo:table-body>
>       <fo:table-header>
>          <fo:table-row> ...
>       </fo:table-header>
>       <fo:table-row keep-together="always">
>          <fo:table-cell>
>             <fo:block>
>                 <fo:table>    <!-- Inner Table -->
>                   <fo:table-body>
>                     <fo:table-header> <!-- this gives error -->
>                         ...
>                     </fo:table-header>
>                     <fo:table-row>
>                         ...
>                     </fo:table-row>
>
> This xsl structure works. However as soon as I put in a table-header in
> the
> inner table I get the following error:
>
> [java] [ERROR] org.apache.fop.apps.FOPException: A table body must be
> child of fo:table, not fo:table-body
>
> Does anyone know if I am doing something wrong or is this a FOP bug?
>
> Vincent
>
>
> To unsubscribe from this list, send a post to
> docbook-apps-unsubscribe@lists.oasis-open.org, or visit
> http://www.oasis-open.org/mlmanage/.
>
>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]