<anchor>
The <anchor>
element provides an integration point that another map can reference in order to insert its navigation into the referenced map's navigation tree. For those familiar with Eclipse help systems, this serves the same purpose as the <anchor>
element in that system. It might not be supported for all output formats.
The mechanism by which map processors discover maps to be anchored is processor specific.
The <anchor>
element is typically used to allow integration of
run-time components. For build-time integration, you can use a
<topicref>
element to reference another map, or use the
@conref
or @conkeyref
attribute on an element inside the
map.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- map/anchor
Example
<anchor>
element with an
@id
attribute set to "a1". @id
on an
<anchor>
element can be referenced by
the @anchorref
attribute on another map's
<map>
element. For example, the map
to be integrated at that spot could be defined as follows.Attributes
The following attributes are available on this element: Universal attribute group (with a narrowed definition of
@id
, given below) and outputclass.
@id
(REQUIRED)- Provides an integration point that another map can reference
in order to insert its navigation into the current navigation tree. The
@anchorref
attribute on a map can be used to reference this attribute. See ID attribute for more details.