Syntax #
p.title.map(level=[0-9])
level= the nesting level of the map
Purpose #
The p.title.map annotation is used to tag an element as being the title of a DITA map. Unlike the other p.title annotations, this does not create a new topic of its own. This title will appear in the map’s metadata and can have additional metadata information stored within it.
Examples #
The following is an example of a time when you might want to use the annotation:
The following is an example of a rule that will apply the annotation
The following is an example of the DITA output you would get from the annotation.
<map>
<title>Map Data</title>
<topicmeta>
<navtitle>Metadata</navtitle>
</topicmeta>