Map

A map is an aggregation of the topics in a DITA document, with the topics arranged as a list or a hierarchy.

DITA documents can have multiple maps or sets of maps for a given document. For example, a software product available for both Windows and Linux might have two maps, each specifying the topics to include in that document version. As another example, a large, complex document might have a master map that included multiple submaps, specifying the topics to include in various "chapters" and "sections."

Example

		
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) Copyright 2006 by VR Communications, Inc. All rights reserved. -->
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"  "../dtd/map.dtd">
<map id="customizing_map" title="Customizing your published output">
<topicref href="customizing.dita">
<topicref href="css.dita"/>
<topicref href="customizing_production_notes.dita"/>
<topicref href="customizing_formoreinfo.dita"/>
</topicref>
</map>
				
Related concepts
Creating DITA maps