Menu

#339 Multiple <tgroup/>'s break FO output

closed-fixed
nobody
XSL (1066)
5
2004-11-20
2002-11-29
No

Hi,

I recently created a DocBook table similar to the
following one:

<table><title/>
<tgroup>
<colspec/
<thead/>
<tbody/>
</tgroup>
<tgroup>
<colspec/>
<thead/>
<tbody/>
</tgroup>
</table>

This is, of course, completely valid DocBook XML.
When I processed it to FO, it creates a fo:table that
looks like that:

<fo:table>
<fo:table-column/>
<fo:table-header/>
<fo:table-body/>
<fo:table-column/>
<fo:table-header/>
<fo:table-body/>
</fo:table>

which is not valid XSL:FO anymore.

Maybe this is a known issue, but I didn't find anything
about it in the docs or in older requests --- finding a
way to circumvent this problem would be great.

[I tried to think of a solution but did not yet come to
a conclusion.]

Best regards,
Johann Richard

Discussion

  • Johann Richard

    Johann Richard - 2002-11-29
    • summary: Multiple <tgroup/>'s in break FO output --> Multiple <tgroup/>'s break FO output
     
  • Norman Walsh

    Norman Walsh - 2003-01-21
    • status: open --> closed
     
  • Norman Walsh

    Norman Walsh - 2003-01-21

    Logged In: YES
    user_id=81663

    The semantics of multiple tgroups aren't very well defined
    by CALS. I've attempted to support them in CVS (for
    v1.60.0+). (By generating multiple tables and pushing them
    right next to each other.)

     
  • Norman Walsh

    Norman Walsh - 2003-01-21
    • status: closed --> closed-fixed
     
  • Michael(tm) Smith

    • labels: 322745 --> XSL