Example of DITA Task Topic Document

Q

Where can I get an example of a DITA Task Topic Document?

✍: FYIcenter.com

A

A DITA Task Topic Document lists a series of steps that users follow to produce an intended outcome. The XML structure of a DITA Task Topic Document must meet requirements given in the Task DTD, task.dtd.

Here is an example of a DITA Task Topic Document, DITA-Topic-Task-Example.xml:

<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
<task id="id17B9D0I90HS">
    <title>Creating DITA Task XML Document</title>
    <prolog>
        <author>FYIcenter.com</author>
    </prolog>
    <taskbody>
        <prereq>You must have FrameMaker installed and running.</prereq>
        <steps>
<step><cmd>Click "File > New > XML" menu.</cmd></step>
<step><cmd>Select "DITA > Task".</cmd></step>
<step><cmd>Enter some steps.</cmd></step>
<step><cmd>Click "File > Save As" menu to save the document.</cmd></step>        </steps>
    </taskbody>
</task>

 

Example of DITA Concept Topic Document

Example of DITA Generic Topic Document

Introduction of DITA Document Files

⇑⇑ FrameMaker Tutorials

2017-12-13, 1275🔥, 0💬