Issue

User is noticing certain topics are not appearing in the output directory even though the topicref is resolving properly in the input

Solution

The key to this issue is to verify that you are using the right OTK for the DITAMAP file that you are trying to process. Check the DTD in one of your .dita/xml files that are linked. For example, for the task topics in the DTD, you will see something like this:

map public "-//OASIS//DTD DITA General Task//EN" "task.dtd."

You can change the version of the Open Toolkit being used in the project by completing the following steps:

  1. Go to Project -> Project Settings

  2. Go to Input Configurations -> XML Input -> DITA Open Toolkit version

  3. Select 1.8 from the dropdown and click OK
  4. Regenerate All to see the output and the expected topics

Here are some further reasons you may want to switch to the 1.8 version of the OTK.

Permalinks/Solutions/Input/DITA/TopicsNotAppearing (last edited 2014-05-27 19:33:51 by LaurenLever)