dblatex list-presentation

<?dblatex list-presentation?> — Specifies presentation style for a segmentedlist

Synopsis

<?dblatex list-presentation="list|table" ?>

Description

Use the <?dblatex list-presentation?> PI as a child of a segmentedlist to control the presentation style for the list (to cause it, for example, to be displayed as a table).

The value of list-presentation must be one of the following:

list

Display as a term-by-term list. The segmentedlist's seg values are output like variablelist listitem values, one per line. The segtitle values appear as variablelist terms values do. Unlike a variablelist, the list is formatted without indentation.

table

Display as a table. The segtitle values are the column headings.

Context

Recognized in the segmentedlist element.

See Also