Example of DITA Map Document

Q

Where can I get an example of a DITA Map Document?

✍: FYIcenter.com

A

A DITA Map Document is intended to link multiple DITA topic documents together to build a book. The XML structure of a DITA Map Document must meet requirements given in the Map DTD, map.dtd.

Here is an example of a DITA Map Document, DITA-Map-Example.xml

<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
    <title>My Book - DITA Map Example</title>
    <topicref href="/DITA-Topic-Task-Example.xml"/>
    <topicref href="/DITA-Topic-Concept-Example.xml"/>
    <topicref href="/DITA-Topic-Reference-Example.xml"/>
    <topicref href="/DITA-Topic-Glossary-Example.xml"/>
</map>

 

Edit DITA Files with FrameMaker

Example of DITA Glossary Topic Document

Introduction of DITA Document Files

⇑⇑ FrameMaker Tutorials

2017-12-09, 1036🔥, 0💬