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] Table frame partly disappears for cells with morerows=1


Hi Jon,
I checked in a fix for this bug and the latest stylesheet snapshot has the fixed version:

http://snapshots.docbook.org/

The template that changed was in table.xsl, starting with:

<xsl:template match="d:entry|d:entrytbl" name="entry">

--
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net

On 11/23/2013 9:27 PM, Bob Stayton wrote:
Hi Jon,
It is indeed a bug in the stylesheet. The rowsep is supposed to be
ignored for the last row in a table because the table border generates
that bottom border.  The logic has to take into account @morerows when
determining the last row.  But it did not do that correctly when the row
was in thead.  I'll see if I can figure out how to fix it and let you know.





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