Indexing content

Indexing in DITA is accomplished with the <indexterm> tag, which can be nested.

Example

<indexterm>processing
<indexterm>to PDF targets</indexterm>
</indexterm>			
			
The code produces the following two-level index entry:
processing
  to PDF targets
			
Related concepts
About indexing
Production notes (accessing)
For more information (accessing)