Home › Forums › General XMetaL Discussion › Tables not rendered in XMetaL 11 and 12 › Reply To: Tables not rendered in XMetaL 11 and 12
Reply to: Tables not rendered in XMetaL 11 and 12
December 18, 2020 at 3:31 pm <Tables>
<CustomTable useFindInsertLocation="true">
<table alias="Relationship Table">reltable</table>
<headRow>relheader</headRow>
<row>relrow</row>
<cells>
<cell>relcolspec</cell>
<cell>relcell</cell>
</cells>
<caption>title</caption>
</CustomTable>
<CustomTable useFindInsertLocation="true">
<table alias="Subject Relationship Table">subjectRelTable</table>
<headRow>subjectRelHeader</headRow>
<row>subjectRel</row>
<cell>subjectRole</cell>
<caption>title</caption>
</CustomTable>
<CustomTable minCols="2" useFindInsertLocation="true">
<table alias="Topic Subject Table">topicSubjectTable</table>
<headRow>topicSubjectHeader</headRow>
<row>topicSubjectRow</row>
<cells>
<cell>topicCell</cell>
<cell>subjectCell</cell>
</cells>
<caption>title</caption>
</CustomTable>
</Tables>