dita2tocjs.dita 1.0 KB

1234567891011121314151617
  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 file for applicable license. -->
  4. <concept id="dita2tocjs" xml:lang="en-US">
  5. <title>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 <parmname>--format</parmname>=<option>tocjs</option> option to the <cmdname>dita</cmdname> command
  14. line.</p>
  15. </conbody>
  16. </concept>