The TocJS transformation of a DITA map does not generate all the files needed to display the
tree-like table of contents. To get a complete working set of output files you should follow
these steps:
-
Run the XHTML transformation on the same DITA map. Make sure the output gets generated in
the same output folder as for the TocJS transformation.
-
Copy the content of ${frameworks}/dita/DITA-OT/demo/tocjs/basefiles
folder in the transformation's output folder.
-
Copy the
${frameworks}/dita/DITA-OT/demo/tocjs/sample/basefiles/frameset.html
file in the transformation's output folder.
-
Edit frameset.html file.
-
Locate element <frame name="contentwin" src="concepts/about.html">.
-
Replace "concepts/about.html" with
"index.html".