How to create a footer in a table (DITA)
Posted: Thu Apr 04, 2024 4:43 pm
Hi everyone,
I am working with a custom dtd (with docbook) and hope to bring everything over to DITA sometime. I am mapping my elements and I am stuck on the CALS table. In docbook, I get
<table>
<title>
<tgroup>
<colspec>
<thead></thead>
<tfoot></tfoot>
<tbody></tbody>
</tgroup>
The <tfoot> tag is not available as valid DITA.
I need a work-around for this issue as there is some content that I need in the <tfoot> element as they relate to the body rows.
I am also a little unfamiliar with Oxygen so detailed responses would be fantastic.
What should I do?
David
I am working with a custom dtd (with docbook) and hope to bring everything over to DITA sometime. I am mapping my elements and I am stuck on the CALS table. In docbook, I get
<table>
<title>
<tgroup>
<colspec>
<thead></thead>
<tfoot></tfoot>
<tbody></tbody>
</tgroup>
The <tfoot> tag is not available as valid DITA.
I need a work-around for this issue as there is some content that I need in the <tfoot> element as they relate to the body rows.
I am also a little unfamiliar with Oxygen so detailed responses would be fantastic.
What should I do?
David