preprocess-chunk.dita 887 B

123456789101112131415161718192021
  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="preprocess-chunk" xml:lang="en-US">
  5. <title>Chunk topics (chunk)</title>
  6. <shortdesc>The <codeph>chunk</codeph> step breaks apart and assembles referenced DITA content based on the @chunk
  7. attribute in maps. This step is implemented in Java.</shortdesc>
  8. <conbody>
  9. <p>The DITA-OT has implemented processing for the following values of the <xmlatt>chunk</xmlatt> attribute:<ul>
  10. <li>select-topic</li>
  11. <li>select-document</li>
  12. <li>select-branch</li>
  13. <li>by-topic</li>
  14. <li>by-document</li>
  15. <li>to-content</li>
  16. <li>to-navigation</li>
  17. </ul>
  18. </p>
  19. </conbody>
  20. </concept>