Title: Table numbering within <reference>

I have a <reference> section in a document, which contains a table within some of the <refsect1> sections. The problem is that each table is always called Table 1, whereas I think they should be Table I.1, Table I.2 etc. I am using the dsssl stylesheets, version 1.76. This is happening when I convert to RTF or to HTML.

Structure of document:

<book>
  <bookinfo>...</bookinfo>
  <chapter>...</chapter>
  ...
  <reference>
    <title>...</title>
    <partintro>...</partintro>
    <refentry>
      <refnamediv>...</refnamediv>
      <refsynopsisdiv>...</refsynopsisdiv>
      <refsect1>
        ...
        <para>
          <table>...</table>        <--- this is the offender
        </para>
        ...
      </refsect1>
    </refentry>
    ...
  </reference>
  ...
</book>

--
Cheers
James Ots

Reply via email to