OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: DOCBOOK: 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



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


Powered by eList eXpress LLC