Page 1 of 1

DocBook colwidth Problems

Posted: Mon Jan 03, 2005 9:26 pm
by awppmt
Current version of oXygen on JDK15; Fedora2 platform.
Docbook DTD is 4.4b2
XSL is version supplied with oXygen
Transformer is Saxon 6.5.3

 <table width="1224" border="0" cellpadding="0" cellspacing="0">
    <title>Test table</title>
       <tgroup cols="3">
          <colspec colwidth="796" colnum="1" colname="c1"/>
          <colspec colwidth="74" colnum="2" colname="c2"/>
          <colspec colwidth="354" colnum="3" colname="c3"/>
          <spanspec namest="c1" nameend="c2" spanname="s1"/>
          <tbody>
     <row valign="top">
               <entry spanname="s1"><para>cols 1 and 2</para></entry>
               <entry><para>col 3</para></entry>
           </row>
         </tbody>
      </tgroup>        
   </table>

The colwidth attribute does not function; cannot create a DocBook rendering of
an OpenOffice text document.

Help please.

Ray

Posted: Tue Jan 04, 2005 12:03 pm
by george
Hi Ray,

I guess you got the answer here:
http://lists.oasis-open.org/archives/do ... 00012.html

Best Regards,
George