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 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


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


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