TocJS Transformation Does not Generate All Files for a Tree-Like TOC
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
DITA_OT_DIR/plugins/com.sophos.tocjs/basefiles
folder in the transformation's output folder.
Copy the
DITA_OT_DIR/plugins/com.sophos.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">.