preprocessing.dita 800 B

123456789101112131415161718
  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="preprocessarch" xml:lang="en-US">
  5. <title>Pre-processing modules</title>
  6. <shortdesc>The pre-processing operation is a set of steps that typically runs at the beginning of every DITA-OT
  7. transformation. Each step or stage corresponds to an Ant target in the build pipeline; the
  8. <codeph>preprocess</codeph> target calls the entire set of steps.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>preprocessing
  13. <indexterm>modules</indexterm></indexterm>
  14. </keywords>
  15. </metadata>
  16. </prolog>
  17. </concept>