<linklist>
A link list is an author-ordered group of links that can include a title.
Rendering expectations
When rendering links, processors preserve the order of links that
are specified within <linklist>
elements.
Processing expectations
Attributes that cascade between topic references in a map, such as the
@scope
and @format
attributes, also cascade from
this element to contained links.
Attributes
The following attributes are available on this element: universal
attributes, @collection-type
, @duplicates
, @format
, @otherrole
, @role
, @scope
, and @type
.
Example
The following code sample shows how the <linklist>
element is used to construct a list of related links. The
<linkinfo>
element provides additional information about the list
of links.
<linklist>
<title>Repairing widgets</title>
<link href="debug.dita"/>
<link href="repair.dita"/>
<link href="test.dita"/>
<linkinfo>To repair a reciprocating widget,follow the instructions carefully
and in the specified order.</linkinfo>
</linklist>