preprocess-chunk.dita 1.3 KB

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