This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: morerows in last table column: rtf issue


Interesting... With my setup, your SGML gives me a 3-column table with 4
cells in the last column.  I believe it should only have 3, so I'm
seeing the same problem as before.  

What version of Jade are you using?  I'm pretty sure it's a Jade issue. 
I have the problem with Jade 1.21 and OpenJade 1.3 (stable version).  I
added some print statements to Jade, and I can see where the geometry of
the table structure it creates in memory seems to be incorrect.  But I
still haven't quite figured out how the table structure is created.  

Anyway, I'm quite interested why I'm seeing the problem, even with your
stock stylesheets and the TDG sample table SGML, and you're not...

Thanks,
Dave

Norman Walsh wrote:
> 
> / 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]