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] | [Elist Home]


Subject: Re: DOCBOOK-APPS: morerows in last table column: rtf issue


/ David Miller <dmiller@nthdime.com> was heard to say:
| If I have a rowspan in the *last* row of a table, the span doesn't
| appear in the RTF output.  This happens for me when using Jade 1.21 or
| OpenJade 1.3, Norm's DocBook stylesheets v1.45 or 1.54.  The HTML output
| is fine.  Rowspans in other than the last row work fine.

Are you sure you aren't trying to rowspan off the bottom of the table?
That won't work. This table works fine for me (in Star Office 5.2,
anyway).

<informaltable frame="all">
<tgroup cols="3">
<colspec colname="c1">
<colspec colname="c2">
<colspec colname="c3">
<colspec colname="c4">
<tbody>
<row>
  <entry morerows="1">cell</entry>
  <entry>cell</entry>
</row>
<row>
  <entry morerows="1">cell</entry>
  <entry>cell</entry>
</row>
<row>
  <entry>cell</entry>
  <entry morerows="1">cell</entry>
</row>
<row>
  <entry>cell</entry>
  <entry>cell</entry>
</row>
</tbody>
</tgroup>
</informaltable>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | How is the world ruled and how do
http://www.oasis-open.org/docbook/ | wars start? Diplomats tell lies to
Chair, DocBook Technical Committee | journalists and then believe what
                                   | they read.--Karl Kraus

THIS IS A TEST


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


Powered by eList eXpress LLC