17.3.5 Retaining empty paragraph tags in DocBook table cells
By default, for DocBook output Mif2Go omits paragraph tags from otherwise empty non-preformatted paragraphs in table cells. However, you can choose to keep the tags:
; RemoveEmptyTableParagraphs = No (default)
; or Yes (DITA/DocBook default)
RemoveEmptyTableParagraphs = No
When RemoveEmptyTableParagraphs=No, paragraph tags (such as <para></para>) for empty paragraphs are retained in table cells in DocBook XML.
When RemoveEmptyTableParagraphs=Yes, paragraph tags for empty paragraphs in table cells are omitted (except for preformatted text, where tags are always preserved). A table cell that is blank in FrameMaker (contains only empty paragraphs) would become just <entry></entry> in DocBook XML output.
Note: This setting is independent of the setting for removing empty paragraphs in text; see §21.3.10 Eliminating empty paragraphs in text.
§24.4.10 Deciding what to do with empty paragraphs in table cells
> 17 Converting to DocBook XML > 17.3 Specifying general options for DocBook > 17.3.5 Retaining empty paragraph tags in DocBook table cells