preprocess-chunk.dita 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  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. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm><xmlatt>chunk</xmlatt>
  12. <indexterm>supported methods</indexterm></indexterm>
  13. <indexterm>preprocessing
  14. <indexterm><codeph>chunk</codeph></indexterm></indexterm>
  15. <indexterm><codeph>chunk</codeph></indexterm>
  16. <indexterm>Java
  17. <indexterm>
  18. <indexterm>chunk</indexterm></indexterm></indexterm>
  19. </keywords>
  20. </metadata>
  21. </prolog>
  22. <conbody>
  23. <p>DITA-OT has implemented processing for the following values of the <xmlatt>chunk</xmlatt> attribute:
  24. <ul>
  25. <li>select-topic</li>
  26. <li>select-document</li>
  27. <li>select-branch</li>
  28. <li>by-topic</li>
  29. <li>by-document</li>
  30. <li>to-content</li>
  31. <li>to-navigation</li>
  32. </ul>
  33. </p>
  34. </conbody>
  35. </concept>