dita2tocjs.dita 1.0 KB

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!--This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.-->
  4. <concept id="dita2tocjs" xml:lang="en-US">
  5. <title>DITA to TocJS</title>
  6. <shortdesc>The <option>tocjs</option> transformation generates XHTML output, a frameset, and a JavaScript-based table
  7. of contents with expandable and collapsible entries. The transformation was originally created by Shawn McKenzie as
  8. a plug-in and was added to the default distribution in DITA-OT release 1.5.4.</shortdesc>
  9. <conbody>
  10. <p>The <option>tocjs</option> transformation was updated so that it produces XHTML output and uses a default
  11. frameset.</p>
  12. <p>To run the TocJS transformation, set the <parmname>transtype</parmname> parameter to <option>tocjs</option>, or
  13. pass the <option>-format tocjs</option> option to the <cmdname>dita</cmdname> command line.</p>
  14. </conbody>
  15. </concept>