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 question


Should I be able to have a <entrytbl/> in place of an <entry/> in a <row/>?
The following doesn't work.  I have the following format for a table:

    <table frame="all">
      <title></title>
      <tgroup cols="4" align="left" colsep="1" rowsep="1">

        <thead>
          <row>
            <entry></entry>
            <entry></entry>
            <entry></entry>
            <entry></entry>
          </row>
        </thead>

        <tbody>

          <row valign="bottom">
            <entry></entry>
            <entry></entry>
            <entry></entry>
            <entry></entry>
          </row>

          <row>
            <entry></entry>
            <entry></entry>
            <entry></entry>
            <entrytbl cols="2">
              <tbody>
                <row>
                  <entry></entry>
                  <entry></entry>
                </row>
              </tbody>
            </entrytbl>
          </row>

        </tbody>
      </tgroup>
    </table>

Thanks.
Jeff



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


Powered by eList eXpress LLC