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


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

Table problems


I am using Jade and the DSSSL1.73 style sheets against DocBook4.1.2 XML to
produce .RTF

I have two tables one after the other and they both render as Table 0:

Here is the XML file and the png is a picture of the resultant RTF file.

<?xml version="1.0" standalone="no"?>
<!DOCTYPE sect2 SYSTEM "d:/xml/sgml/dtd/docbookx41/docbookx.dtd">
 <sect2>
  <title>Table problems</title>
  <table>
   <title>The first table</title>
   <tgroup cols="2">
    <colspec align="center" colwidth="50pt"/>
    <colspec align="left"/>
    <tbody>
     <row>
      <entry>Thin</entry>
      <entry>Fat.  this is a wide entry. And I would like to have this table
renderd as Table 1</entry>
     </row>
    </tbody>
   </tgroup>
  </table>
  <table>
   <title>The second table</title>
   <tgroup cols="2">
    <colspec align="center" colwidth="50pt"/>
    <colspec align="left"/>
    <tbody>
     <row>
      <entry>thin</entry>
      <entry>Fat.  If I am lucky I may be able to come up with an even wider
entry!  Qestion. why is this table also Table 0?</entry>
     </row>
    </tbody>
   </tgroup>
  </table>
 </sect2>






 <<Table.png>> 

Table.png


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